Memory Pool Memory Pool Refreshing

3,283 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,456 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (871,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,330 37,330 00000000991837a3f3f244bceb4aac7f7c7efa6f5cb2ea5bb0d87f5a8b759f38 0.00 MB 1 0
37,329 37,329 00000000b65a351249df6c20bed9f07a53616d4af6fa1eb7d12d92fea21e8b1d 0.00 MB 1 0
37,328 37,328 00000000525756056f42f5e8585802d76f4554541ad739392504aa38539c0382 0.00 MB 1 0
37,327 37,327 0000000006a146ec4c4cb06280e081d8cb4d0af75006544cf19f7f3532185198 0.00 MB 1 0
37,326 37,326 00000000a1b0a73405699051c90bc79f0524fdff15fd3a6fbbb9dcd0d05473b3 0.00 MB 1 0
37,325 37,325 000000008d819d575d24c8eab4a66ce3952ec486e8aee7fe45ea97db485c4ed9 0.00 MB 1 0
37,324 37,324 000000005dff58386768c0269eb7335e866db35f685323b2650bd9e62c145f46 0.00 MB 1 0
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
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.