Memory Pool Memory Pool Refreshing

6,956 transactions
2.28 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,106 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (806,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,583 101,583 000000000002787c8c945e305954c00dd630fd089be8b0e25663bcc1009a510c 0.00 MB 10 0
101,582 101,582 000000000000655651214a7d4f8fbbc4b126b3516bb93dd2e0d92b0b79166f87 0.00 MB 9 0
101,581 101,581 00000000000085c08fa5993493d92b73a7f873a03e4c8637e6b71937133f51c6 0.00 MB 11 0
101,580 101,580 000000000000274d89e83942dbdac81f5ce3179678788d1f7794c07a6b5eb072 0.00 MB 12 0
101,579 101,579 0000000000010c66c228c5d63dea3dd288a8a9bf81b8c41a9be10193dd1dcd24 0.00 MB 1 0
101,578 101,578 000000000001fdc581119603ab6e7cd49418873c56fc4793c289c79b5a8886b6 0.00 MB 3 0
101,577 101,577 00000000000325ce3257878e7f185c62cbfcd813056c7178a97830a6ca9eef79 0.00 MB 10 0
101,576 101,576 000000000003b35925f2278a2dc0dc67d1870766b1880e629a190cda4c503967 0.00 MB 3 0
101,575 101,575 0000000000026e26a2ff35c5746270e68c93687d908069d369de8a8027e733f9 0.03 MB 108 0
101,574 101,574 000000000001eb762962ba9c633b3e3ecaff6b7ee76efb6bbd808a474c5fe58d 0.00 MB 13 0
101,573 101,573 00000000000388c7b39d5368640cd99df4d18d8e2d9604942a6b531059ca8a95 0.00 MB 9 0
101,572 101,572 000000000000f002eb3d0558bcdc8375f22356af8ec78997407b557326ba5fa0 0.00 MB 14 0
101,571 101,571 0000000000017668e75d67bc9ad60fd31f78da71fd1fa97f27c3944a9178aae6 0.00 MB 13 0
101,570 101,570 000000000001de65de8e43eff580104fe03a77950fc1c7c330f4105dd07f3dfe 0.00 MB 12 0
101,569 101,569 000000000001b9e69d311f23a2875ed3a52812d92877389d84f6990c2cc6c9cc 0.00 MB 13 0
101,568 101,568 0000000000007bb937c662e986fa1b707e21dfc764fe7ef1c479ce3267063e20 0.00 MB 9 0
101,567 101,567 00000000000278f8551ffc54b7748b110fd5d619408c155e7fba41813294e710 0.00 MB 1 0
101,566 101,566 000000000001940ad33b7e5b7a3e11f4a61629157f1e0737995df5b1bedbd91d 0.00 MB 2 0
101,565 101,565 00000000000252d007b7983febb466bcf811b26bb75c7121f8f71e5968493d10 0.00 MB 3 0
101,564 101,564 0000000000002ec5f59dec46b0ea070ae6fced0bb56e25b4df20d8662f9408a6 0.00 MB 1 0
101,563 101,563 00000000000270102536932297b27dad66eae6e4806f229c4763bdda443a39a1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.25 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,635.10 GB sent, 94.16 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.