Memory Pool Memory Pool Refreshing

5,410 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,055 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (613,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,842 293,842 00000000000000006e079c5748e84fa2a614204ec8a92b2ae26bfc9b4be444d7 0.04 MB 59 27
293,841 293,841 0000000000000000a4e13bf62501b724775571cc2b83a7300af14092113eb45b 0.04 MB 86 24
293,840 293,840 00000000000000003e08ab5eb52ee2b467aa7bf7964d205f91aedb3f07dbadc8 0.25 MB 487 34
293,839 293,839 00000000000000006568afe76d2ea01ba243d9b8481ee76bb5b97d43408802e7 0.22 MB 293 31
293,838 293,838 00000000000000000f68949b4b5c85c7bca6987344d25218e48dc6924dcdb0d2 0.16 MB 273 32
293,837 293,837 00000000000000000c8a4d5f2842f3e4f8113262d9f8f2e973289ac43ce795ea 0.35 MB 318 21
293,836 293,836 0000000000000000ab1da6275a14068e334ded914e928a1dfe6cf06f6273caf9 0.50 MB 774 30
293,835 293,835 00000000000000001bcacd53f59a710c574ff3d793b65c9d5e7fb5f46bf932bb 0.35 MB 830 38
293,834 293,834 000000000000000016413b9ee3d2196571181c2a61f33f5a8ce518469afe8374 0.12 MB 200 31
293,833 293,833 000000000000000013261600e8b70ecd46a40b88092b821cda6dd22f37008c73 0.35 MB 621 35
293,832 293,832 0000000000000000481de92c7cbd1899b2afd4f20bfc918304c77de2fbb9e18a 0.02 MB 29 18
293,831 293,831 00000000000000000033561bde8e5c385fdd4729dfbbfee6e280c057e0526a81 0.14 MB 71 15
293,830 293,830 0000000000000000246b3b4aaba02bf10fd7d7e702d0d2617fa172025ac69b44 0.10 MB 178 28
293,829 293,829 00000000000000009bb72d2a2608e14e03a3a5645dedf064768fb2d4fd5fe602 0.06 MB 100 27
293,828 293,828 00000000000000000f31e2c325447072badda8fdbae7f58a230f0ca609e316e0 0.15 MB 225 26
293,827 293,827 00000000000000001df7e954d2671c57979e59773f107b526b17ac3e0d7f7f35 0.35 MB 515 27
293,826 293,826 0000000000000000514eb64c9786593997d625d33df8928847ffe5230e78d070 0.30 MB 631 37
293,825 293,825 00000000000000005c01f55d773f80356da4f4d470d1372a6fdf194b9ceaded2 0.16 MB 251 28
293,824 293,824 00000000000000003fdde1983def68505b3c41209b956fd6acd74c07bdca74d9 0.53 MB 740 27
293,823 293,823 00000000000000007f0e1f3dbe19f2fe414f7c871fa1d994f9aeed021d838b95 0.35 MB 813 44
293,822 293,822 00000000000000003237efb8eba61943088ef15b832c61001db09d6422d82450 0.08 MB 203 45
Previous 10 blocks ↓
Total Size: 769.04 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,626.27 GB sent, 93.06 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.