Memory Pool Memory Pool Refreshing

4,659 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (609,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,713 298,713 00000000000000007a92e1050e21f89cb440819da3e00e9fccb6065c12af6718 0.36 MB 672 40
298,712 298,712 000000000000000032358a36cd747320341ea5b2288eef64cb4579330931655c 0.02 MB 58 34
298,711 298,711 0000000000000000698d2e80f31f6c56c89b45778d8c5ab96e773982215ed50d 0.18 MB 326 31
298,710 298,710 00000000000000001d8d75f20ea8cb6145355fcfb65d8947a4b8c3ed96862230 0.02 MB 80 25
298,709 298,709 000000000000000065f4dfe24fa93345f815c2838943d11c2e7383ea8594159c 0.39 MB 746 41
298,708 298,708 00000000000000000a110036c9129c5b82f0b1fcdcad68366329d1e9d6f2e18e 0.15 MB 223 29
298,707 298,707 0000000000000000401c9fd16c91653054f2e558aa19d34b3ac935d14aa68ce8 0.06 MB 105 40
298,706 298,706 0000000000000000587556569f2165f1386dc2ca3af63a646a4cf259f2981311 0.16 MB 260 27
298,705 298,705 00000000000000000b1ded999cbd8a27f7912dac904d58029d71052a8f6565b4 0.08 MB 58 17
298,704 298,704 000000000000000019a06ffc0a11b9141e1fd9647af01ca943d58b8cae15a724 0.32 MB 710 46
298,703 298,703 00000000000000000301dc13446e41d91020e5c8951e0dfc22f54ce93b8d5987 0.52 MB 1,009 33
298,702 298,702 000000000000000013dc1932f7aa52b9d2426826ce38a38aa4b71d42ec90e464 0.18 MB 318 43
298,701 298,701 00000000000000000d40e24d52a79e2b80060d9bb079791c1526bc46353b68f4 0.08 MB 75 12
298,700 298,700 000000000000000062ac09336a907534b0e7f66a1db2b5800986b64f8f7a5ed5 0.02 MB 33 28
298,699 298,699 0000000000000000346815dfe7d9905f2f92afd98ef5c4ef68db654fb990c4cf 0.26 MB 456 34
298,698 298,698 00000000000000006f191c25f9c28dd35eae01e563481a89c855d2b09d956bd9 0.20 MB 68 13
298,697 298,697 00000000000000005d0d70d52b5a0450dc53b1d102763a677d3cc3a189f39c11 0.35 MB 684 35
298,696 298,696 00000000000000005629e88b51d3f5535e09e29d1e4d9e174008df4483352880 0.26 MB 244 18
298,695 298,695 00000000000000007b3443ab706d325ef7837230a0c06d36dd588b1d09b7cfb9 0.35 MB 640 25
298,694 298,694 000000000000000001a1f189d433b36ceb5fbfa34d60cb0facda6094a8711bb2 0.43 MB 811 54
298,693 298,693 00000000000000003ba4e95b1cad354d111467d48d17169097b5b4b3cbffd9c7 0.53 MB 750 25
Previous 10 blocks ↓
Total Size: 769.26 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.27 GB sent, 94.23 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.