Memory Pool Memory Pool Refreshing

3,364 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,521 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (871,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,323 37,323 000000005ec6695d645ba85e31a94c875d78afce426bc33b627f916bb155b417 0.00 MB 1 0
37,322 37,322 00000000366b3bcbfb495324446ab690a1f06be6371a4a0b108250e7a727d766 0.00 MB 1 0
37,321 37,321 000000007b1481b80c01724f6c9ee7def97f14afaa55a388ccc5bb07b3141fdf 0.00 MB 1 0
37,320 37,320 00000000626db6a52effaa4bea02bb2b9998621922d3e2303b0713393c582c66 0.00 MB 1 0
37,319 37,319 00000000921fa21f7af5e0b19b4030688b7901c1f3d7e17af09b3078f91c9d38 0.00 MB 1 0
37,318 37,318 0000000068091f7eea925cf6ccf61afe6c138f27095e04d14dd44f693b3b0b4d 0.00 MB 1 0
37,317 37,317 000000005166a5f8312b9fe4a6488842d95952e46dda01bf8e0765eec38e78e1 0.00 MB 1 0
37,316 37,316 000000001e76129f9a9ed9c173eafdef80f80e38e9c056e655c1b11b2b0a377c 0.00 MB 1 0
37,315 37,315 00000000be0b06703b959804da8b971a702d4d095201195d9d2811caaea51ad5 0.00 MB 1 0
37,314 37,314 000000007deab51e194aaa6664e31add806132605ffee850e28d228ab0a07326 0.00 MB 1 0
37,313 37,313 000000001f0cb0629ad24e1761ce5a4dc5d9ae8447822a2b334bdd61193e9f93 0.00 MB 1 0
37,312 37,312 000000003d1e64414408f4d406d803c9eaee7260730fefa8d5083c7890162282 0.00 MB 1 0
37,311 37,311 000000004675ddfabc1562c03eb685e9389cfdb1700b71515d1b573cfe4736c9 0.00 MB 1 0
37,310 37,310 00000000387486b5fd7d0aa7ea8eb365be9478e9677f3b772e22ac205506ef0d 0.00 MB 1 0
37,309 37,309 00000000225eb8b0c5e4616da30c945955ceb98efc2d8bd43efff73ab912e1a2 0.00 MB 1 0
37,308 37,308 00000000ba598bbd2e233909a6a83508e5d80ac7abae3328cb3007251c6c154c 0.00 MB 1 0
37,307 37,307 00000000542cb03dbf93e444de64ae0e1f3b136572f0f9f9434b892a74c55d7a 0.00 MB 1 0
37,306 37,306 000000007f7dccfa2645a1650d69e4fa3e2e1a6ef7bf8e7a91907a82e237e176 0.00 MB 1 0
37,305 37,305 000000005691eb43c09319c67114b349572ffb84b83102147f4ec626fd717358 0.00 MB 1 0
37,304 37,304 000000007fd8530048e9ffbfe2452e60d2df5d09690c5cf9f219af2e94d33f5a 0.00 MB 1 0
37,303 37,303 000000000ebd420a2001c56e09b09f835ef58b66f1ad047b927840ea31f10c38 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.28 GB sent, 100.38 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.