Memory Pool Memory Pool Refreshing

1,882 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
907,793 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,866 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (531,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
376,282 376,282 0000000000000000057971871fdd65c6644cea5cfed3d8ca52a57e960a4d6954 0.25 MB 568 39
376,281 376,281 0000000000000000066fe45b4a6be747cb1fd72949a29ad80d3116476c7b6502 0.49 MB 999 42
376,280 376,280 000000000000000002bf184f975a5dec28ff000589b9f213e824e80e68c1db51 0.30 MB 592 37
376,279 376,279 00000000000000000cc727c3284e0a218c73b57f4a7c17260f6a18721d5d9ac9 0.25 MB 479 32
376,278 376,278 0000000000000000108bcc447ee3eedf832d608e601ab27bf34a6859fe83d89d 0.34 MB 900 53
376,277 376,277 000000000000000004f839c9830dc396b04de75bb0f661363eb80d6d6e109c83 0.13 MB 179 38
376,276 376,276 000000000000000002e2e7c12ee51fb45657e0ce40907364b8b7478d112ac385 0.00 MB 1 0
376,275 376,275 0000000000000000043680dd429d5e1bb0db3dfa90b29d742c0eb6737f8b5729 0.64 MB 1,401 44
376,274 376,274 00000000000000000822d43c3c51e87bb86cb85f52c417fb22f07bad9cd93f98 0.93 MB 1,921 40
376,273 376,273 000000000000000005f95a23c5dbd16ffa97bfecc01cd68c484f98f12f2dbf64 0.80 MB 1,195 33
376,272 376,272 000000000000000008ffce9ed3f7ec85c047bfbda6d411d4ba8f9eadbf1d65eb 0.68 MB 1,307 31
376,271 376,271 0000000000000000082aa171c94b8b7a0cc94a0a22e7e9c3c067b9d04c77b865 0.21 MB 493 41
376,270 376,270 00000000000000000434244e55b7c0cf335f45ee4de6d8b3cdd704f984119925 0.36 MB 623 26
376,269 376,269 0000000000000000068dd8a44b72bc85dbdb15f467dd25fdb30e4dd6f41aff91 0.10 MB 216 26
376,268 376,268 000000000000000001440d734f5de78ea289a7526fdf974d1dc7f98e2ae5ffeb 0.95 MB 1,960 69
376,267 376,267 00000000000000000d69a4196add615109c584830d95f09318387a63f36b23c4 0.36 MB 726 39
376,266 376,266 00000000000000000f2b14a2ced4116a11930b641ea0fa5abbd265b5560cc4ab 1.00 MB 2,192 48
376,265 376,265 000000000000000003260bce0e8b82d613a0c76885d67bef4e652c607f22bb63 0.32 MB 693 39
376,264 376,264 00000000000000000ca592696a5028675e7cf043871dbe6543fb130de817a3da 0.31 MB 602 35
376,263 376,263 00000000000000000dafd987cfb398d73421671ec285b98e0958e53fed0c3b7e 0.25 MB 399 35
376,262 376,262 000000000000000003f7657ea9e22cf9ff51203f2e972355493ca59e2d899753 0.37 MB 610 31
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.63 GB sent, 93.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.