Memory Pool Memory Pool Refreshing

3,549 transactions
1.56 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,941 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (341,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
566,188 566,188 000000000000000000201a4b657068b18b7e8cd65916d0e6f4fdf9ed9f53521f 1.14 MB 2,013 29
566,187 566,187 0000000000000000001aeb5841b1fcf6ccfdae1f2cd8e75cbe96c74d6cf1fa08 1.34 MB 3,058 33
566,186 566,186 00000000000000000015146b3ade4afcf216b741d3b25e2488816f4a462b4a4f 1.19 MB 2,435 55
566,185 566,185 000000000000000000284ec28c46e2e0f21b5bb2a3673724b735f824f94fb1f4 1.04 MB 1,029 83
566,184 566,184 00000000000000000004948237f188f025fc24ffca82585c754dcaa97b6de374 1.26 MB 2,325 26
566,183 566,183 00000000000000000001c4baa0dc392c597809f28651c7b2477f460cb451050d 1.31 MB 2,274 8
566,182 566,182 0000000000000000001606274b62eedc3b6983f53dd058e19c5005282fc81da5 1.20 MB 2,844 29
566,181 566,181 000000000000000000150275ff763e1dbaa5bbdc16694caf2c59da7164914c29 1.29 MB 3,166 23
566,180 566,180 0000000000000000001360cc7821b029e673dba2c54d4c7c805bcaf17b29e5cb 1.18 MB 2,427 28
566,179 566,179 000000000000000000159e10151a82f9c3af7648326084bc19acdcf1a8d45e9c 1.43 MB 2,660 44
566,178 566,178 0000000000000000000103700e1ea0261a26dbf50a0a4b5b7ed77cf9124947e0 1.32 MB 2,442 56
566,177 566,177 0000000000000000000112064fe2f2c0f9761fbc209d9a833ab9ed105b3dce38 1.23 MB 2,286 36
566,176 566,176 0000000000000000002401e4aeba11a29827b62c9a221f461ddf58d45c3748b8 1.34 MB 2,690 50
566,175 566,175 00000000000000000024f5cb303d1ef4b050529842f8b48e5d96942729a7336b 1.24 MB 2,676 25
566,174 566,174 000000000000000000177b3226d3b13f67235e8414f32bf4e6d5cc026980a23b 1.31 MB 2,186 23
566,173 566,173 0000000000000000000568bc1d811242946d18583f05f7c3c79ff1e4c0244e79 1.31 MB 2,559 51
566,172 566,172 000000000000000000016fbdc025cb04a151457425a4d9279d41982a41672364 1.29 MB 1,627 30
566,171 566,171 0000000000000000001df0ef5aca67561e5cd66a2a0b88e2abacc52fbbd369db 1.31 MB 2,170 28
566,170 566,170 000000000000000000064df62deb89eda6dd024a01057cfd685b9500cbd28c7d 1.26 MB 2,763 43
566,169 566,169 00000000000000000016d807014e0f5ab086674ea7066e4a5d275d3227a02065 0.59 MB 1,002 29
566,168 566,168 000000000000000000037b844c32c2852c5a79a630798e02ced443c691524376 0.34 MB 812 31
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.42 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.