Memory Pool Memory Pool Refreshing

17,493 transactions
5.54 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (608,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,721 298,721 000000000000000030eef2ed36be5e16be5a815724b0d8365bd1415c7a8ba4aa 0.04 MB 106 36
298,720 298,720 000000000000000037e094250c49bbdddfab026eb6c2fda1f7114812cba8c62a 0.27 MB 619 43
298,719 298,719 000000000000000001f300b00eb6dd099779a2c110a8056ae64a81f63665df55 0.00 MB 1 0
298,718 298,718 0000000000000000151095bb436f1fbf342f0037873a870f94ab1a72e55646ff 0.29 MB 686 45
298,717 298,717 00000000000000005fb1828501a22ab0171716943b21a11d00a7b5c6d5246317 0.01 MB 13 33
298,716 298,716 000000000000000062913180b3d0d2f60af52c9308ada52e4e8b412b914b7386 0.32 MB 625 35
298,715 298,715 000000000000000021bcc9979a996124aa90d7364970650d00d3a7881be67420 0.77 MB 1,090 31
298,714 298,714 00000000000000007805b78a22a1da3aaa2da1429755ea59667a53e35e1c520d 0.50 MB 1,297 46
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
Previous 10 blocks ↓
Total Size: 769.02 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,623.70 GB sent, 92.98 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.