Memory Pool Memory Pool Refreshing

9,964 transactions
4.58 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,157 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (565,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
342,247 342,247 000000000000000016b0ee5c601483f043ddf151e58c4bfd2996d142dcbc0d49 0.26 MB 488 23
342,246 342,246 000000000000000010006ed7802aeab2be08d9c10482bfe50071a3266622263c 0.22 MB 441 23
342,245 342,245 00000000000000000160468742c7803b0eaf61c79ed44e51bd2e1f6cd9bcdfce 0.11 MB 164 22
342,244 342,244 000000000000000004894d5134255cd8e9c0816e12d52ec2f815a599d7d29172 0.08 MB 169 24
342,243 342,243 000000000000000018cd48e1f6105cdeaa601d5a0f2e25ceb7c45e178efe8eec 0.22 MB 249 13
342,242 342,242 000000000000000019ed5b613f7355bf6438d2aeb0061711c896c5aae37986d5 0.75 MB 1,043 21
342,241 342,241 000000000000000014264ecca4cda6caaefec2a5d6d2211eab4aecb2f1e7e52c 0.25 MB 836 45
342,240 342,240 00000000000000000e354b4ee426cd855fd6764f5717e01a7d083804560acd89 0.21 MB 577 35
342,239 342,239 000000000000000008673d1925e8de6c2064df65e1a7d776f8a01052a8bc31e0 0.36 MB 685 28
342,238 342,238 000000000000000001b0a2fc47cfcced024890175ec941be5fb6e4a7aefd855a 0.18 MB 338 25
342,237 342,237 00000000000000001770992d57062ee7a6dff222ff9d86b6d33d3062c4e1f7e9 0.14 MB 253 22
342,236 342,236 000000000000000002afa220f1433456ea203b667f1a557fa7beafd1ad7ec7d2 0.64 MB 1,259 26
342,235 342,235 00000000000000000c9144590846eefba135f0a6f7b8c3bd44fe199c8b6c5229 0.04 MB 130 31
342,234 342,234 0000000000000000000f00d2447cbc0935ebc09a1de336201723cd4ac0a4c746 0.09 MB 145 8
342,233 342,233 000000000000000014b1dfe5677c12daadc554d338f0073b14a179dfaee44c2c 0.75 MB 1,604 30
342,232 342,232 00000000000000001359fd3b38b59a42e492c4cc01ad9749f5ff2a4029988a3f 0.29 MB 591 30
342,231 342,231 00000000000000001059aeeaa22bdc3ef4f8f1bd6a54b9fcfb1ccb4ea1da5efa 0.14 MB 313 31
342,230 342,230 00000000000000000b86db7d26868fc036039e0b85cd1596d27d894dff274eae 0.13 MB 220 22
342,229 342,229 0000000000000000178f4f48727b875e40383dac22f6efefa10d8b82d3f3af87 0.21 MB 352 22
342,228 342,228 000000000000000002a2f0be30c04a3259fde58719e459a02d2a2da536cd5ec3 0.40 MB 621 22
342,227 342,227 00000000000000000c166017790c94f858184daeb93f68692a1711b2831d8a7e 0.17 MB 512 41
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,625.68 GB sent, 93.04 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.