Memory Pool Memory Pool Refreshing

996 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,440 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 980 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,439 (844,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,900 63,900 00000000029c99fdd7a8a2a6eb6ebba061ff7553169f56f1e98d1150af3a4072 0.00 MB 1 0
63,899 63,899 0000000002f8e347b3c57284a30d8f90fe857d30a1b7c74535a075b1eb5bf895 0.00 MB 2 0
63,898 63,898 0000000004d5f7432082682d5a56f1e3e49b68ae13ba6b62e4e02806392a95e3 0.00 MB 1 0
63,897 63,897 000000000219113abc4ddbd80e9fc9197a26d4805094991e607da996e3be0a5a 0.00 MB 1 0
63,896 63,896 000000000265920dc0d87d46355b5a0972d510bc59eac525478c560cb6a69bc5 0.00 MB 6 0
63,895 63,895 00000000064476eed9ea771be8e8d7a440dc47aa4c9552d469485e0cea3e106c 0.00 MB 2 0
63,894 63,894 000000000b73838617bd840b6736aed7b8e3890dc0e17063cae59c4e351770f8 0.00 MB 6 0
63,893 63,893 0000000008bdb2e2f475b5f2d5db07dafc8aaa88425ce09dd83a1183757a76da 0.00 MB 1 0
63,892 63,892 0000000007ff3142cc0a7f093c4b61875d3952e67d5b3161c2e0b9b4ce3e72a5 0.00 MB 2 0
63,891 63,891 00000000000a3c185b76c4d18273dd0fbfdbe834991b7f336da45e3784e729a2 0.00 MB 2 0
63,890 63,890 000000000baaf9a24cadd7a2b035f77b1f027d2685f798bc3482ee703bad2f16 0.00 MB 2 0
63,889 63,889 000000000805e65df718f9d4c9a79a17a38d0c40896b953da0eb67959acf40fc 0.00 MB 1 0
63,888 63,888 000000000b8598b5d2cf7f40ce217bd5070a073d76cfa3f5cb5b3eaa4293f220 0.00 MB 2 0
63,887 63,887 000000000c4e65ba13a13fb1efa1715816672db39d965ea9171ec01252a41808 0.00 MB 1 0
63,886 63,886 00000000010af235fe84a56b05e78e74d73a4837add5124f585fc657b54360aa 0.00 MB 1 0
63,885 63,885 00000000033bf2e50ddda6118de3c10549bbe97902ac9dd9f39e903bf33dcb71 0.00 MB 1 0
63,884 63,884 0000000000f4084a5c29aff217b04677f194b27a445d1175564b119c164ed03b 0.00 MB 1 0
63,883 63,883 0000000003f9672a19edef1e610d359fa1cd150637487feedeb9dedfa53d7fcf 0.00 MB 1 0
63,882 63,882 0000000002631922d67211a0fca40f8fac68f063193a630379d6f3842f5ceaf0 0.00 MB 1 0
63,881 63,881 000000000ce9a24cb87d2b9f3acc907cc2c4e8598f31f8a9241ba2383774455b 0.00 MB 1 0
63,880 63,880 00000000008927b64b0c10315c3d606c053681a814f93966812fc8bc1683b124 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.52 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,774.51 GB sent, 99.64 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.