Memory Pool Memory Pool Refreshing

5,288 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,817 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,991 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (359,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
548,285 548,285 0000000000000000001fa2aa6c19cdc74302fae0b9af9a62fc89f757ff8017df 1.23 MB 2,414 27
548,284 548,284 0000000000000000001ddfb9fe0851377410f95e3b8e3044fa70e30ce82b3435 1.00 MB 1,796 3
548,283 548,283 000000000000000000015933ce650ad64a6b0e42861903323770e5cb581135db 1.38 MB 2,654 6
548,282 548,282 00000000000000000007f080f7465d091ab050f00ff893a20c8bd588e048636b 0.35 MB 622 41
548,281 548,281 00000000000000000015d61a4ce3c9e9ee13657292ab84e1ce87c79f3f265a19 1.23 MB 2,647 24
548,280 548,280 000000000000000000185f0e39c4a046e6215b08b8cf0c249297a729e84088dc 0.38 MB 195 2
548,279 548,279 000000000000000000070a66bdc680499c40aa0eebbd448b8f41963895279c23 1.19 MB 2,741 5
548,278 548,278 0000000000000000001f560d167153da38df751c9c5bd87272274422d2ce7128 0.56 MB 1,026 34
548,277 548,277 0000000000000000000314eed8e18ceeae69a802437449fc74c940c7f46711b3 1.11 MB 1,710 9
548,276 548,276 0000000000000000002013b276d01f3af83af100997928409549126fcef5dbff 0.00 MB 4 24
548,275 548,275 00000000000000000024ffb500918c15966424b433b2f363b7a6ac03e22940fa 0.97 MB 1,153 6
548,274 548,274 000000000000000000000a19b004afccb53ec553aa2f8bc15df73e8364f90754 1.23 MB 2,193 12
548,273 548,273 0000000000000000001148cc5e8a34f1c75bc756b82930057fc73c936b3c3614 1.48 MB 1,957 10
548,272 548,272 000000000000000000030d3c9cae309d8fcc8262428f582910119381e89da152 0.84 MB 1,305 9
548,271 548,271 0000000000000000001642c5878a2872d303b0627e26a7d719bb77bd1c3a9924 0.74 MB 998 12
548,270 548,270 00000000000000000012879cd453286ae33cb40fd17aec0242ec8119beda672d 0.37 MB 651 14
548,269 548,269 00000000000000000001884744ea58c0e75ff3c2acb8ab696df168816b67ce71 0.21 MB 402 13
548,268 548,268 00000000000000000003dded929fd0059de82353f8d6fa2784d38f1d6fa59005 0.04 MB 62 7
548,267 548,267 00000000000000000026e36726c76f4434444f0e4c842ecedffdc892368ba322 1.32 MB 1,003 7
548,266 548,266 00000000000000000005c2c47959654dcf250d70c822b28c29dd6bd3e59dcd31 1.18 MB 1,950 12
548,265 548,265 000000000000000000060ed7304201b8fbeae938ca0f2ded4fa3f5edda4b2a07 0.41 MB 808 12
Previous 10 blocks ↓
Total Size: 769.19 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,633.72 GB sent, 93.91 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.