Memory Pool Memory Pool Refreshing

9,956 transactions
4.58 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,157 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (610,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,445 297,445 00000000000000008fb80a8656526f1764389908598aae2b6df0a9c3e1e3db83 0.50 MB 1,166 44
297,444 297,444 000000000000000037d83270eaa8c6044e791b43b71a9c2a1a7a95c41e034b7b 0.10 MB 256 79
297,443 297,443 00000000000000009b1b34d960b327adcbf4d7da0b1fe002d7d65359294c0925 0.14 MB 196 25
297,442 297,442 00000000000000007112668cf158eb13e574b6cad4fdaf5a95a2d7559a138b70 0.00 MB 1 0
297,441 297,441 000000000000000065d03664575a75ae2bab2755494dda6ed8f8fe94b38e11a3 0.16 MB 312 50
297,440 297,440 000000000000000052715bd133591476d26a0336a6b08288de3e0875bee6c597 0.18 MB 353 31
297,439 297,439 00000000000000007eea6efe58413427936b5001bbaa5058bc1db4f1d1d51380 0.19 MB 235 33
297,438 297,438 00000000000000009af1613abade3eb6ad079872e4d4b74c5f1c56a742532b21 0.03 MB 55 21
297,437 297,437 00000000000000005fc0b7162d34f6169b1ce67c512f73104561d48eee1aa73b 0.30 MB 409 30
297,436 297,436 000000000000000089d84b2304e52e9b7d9e77290d579d83004b5f50ff3cdb1e 0.08 MB 142 30
297,435 297,435 00000000000000009537376c80da7d34bf4593ade5d1dcb2da837f2ff66190d9 0.34 MB 672 40
297,434 297,434 0000000000000000886cf64b47e985afc61366553edd3ce09ea7166afd59bb23 0.06 MB 122 37
297,433 297,433 000000000000000086e5a51d35e76f1f33d8b1b7f7ba309c43774d093a0b0638 0.35 MB 549 20
297,432 297,432 0000000000000000347538c8dea342f167c420d19b83aaed11e713103ecb63aa 0.22 MB 512 50
297,431 297,431 0000000000000000428c81961059db0a1ae5bd4824c4250cfc89f8d469b12654 0.05 MB 104 30
297,430 297,430 000000000000000054981734ff5f21a745e4ddbd322c18649e1ceb71dc6394a6 0.08 MB 123 35
297,429 297,429 00000000000000004bdd3661965d0313e4c21fe3b23e977e80198d0de46287ef 0.03 MB 29 18
297,428 297,428 0000000000000000953474be63d19122e684c7adfeebacbf6783babfabacaf77 0.10 MB 69 20
297,427 297,427 0000000000000000645111e35605eb6b681e3a7612d8b8e009418c3b99b2f2df 0.06 MB 132 31
297,426 297,426 00000000000000007f01fd28af9a4c8c11f6ba097a3597d748ef0bebe8bb17ed 0.01 MB 16 58
297,425 297,425 000000000000000075c969ca8c6088cbb5780953c2d58c57dd37c0c1f62ed029 0.35 MB 607 40
Previous 10 blocks ↓
Total Size: 769.03 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,625.68 GB sent, 93.04 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.