Memory Pool Memory Pool Refreshing

9,121 transactions
4.24 vMB
Show Random Selection Loading Transactions
Max Size: 23/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 1.00 vMB 3,032 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (786,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,600 121,600 0000000000008f0087f4e342be4643b2951f7b364601ce778b8ab6c79f563474 0.00 MB 1 0
121,599 121,599 00000000000084afd49b671882c17372b42128610bdb400bd82b49dc274be8de 0.00 MB 3 0
121,598 121,598 0000000000000ae577f682167013dbc45a7083d3417be4b00e60bc419f5eb701 0.00 MB 3 0
121,597 121,597 000000000000137b1e6368e46c5742780993adede00b4e0979af5aa3ccd8d7e7 0.00 MB 2 0
121,596 121,596 0000000000007896867a7509f3e79f2ed4a0139b5532fc48f9b69ad8432738f9 0.00 MB 1 0
121,595 121,595 0000000000002b59955b3fc4e601284eef3847ef4184408a95d31f8b342a6552 0.00 MB 9 437
121,594 121,594 000000000000288afad98d81bfe54428c94102e34b4ecc04fe0d6b5e14e52f72 0.00 MB 3 3,868
121,593 121,593 000000000000853e5c16d8352b164403583bb19e3d4f237143f289f051699c48 0.00 MB 4 1,089
121,592 121,592 00000000000077a117bb3e5f32ceed340d4643d32b9ad2866b2870958bcd0458 0.00 MB 10 0
121,591 121,591 00000000000048f3ea7d92a18e54f0e6b58033d7b2a36836d84b04aa627cada9 0.01 MB 20 944
121,590 121,590 000000000000520c648b16666be1127b842c3c76d90dce25e6356c84b7753ec3 0.00 MB 2 3,891
121,589 121,589 0000000000009542d58589bf712afee522caf8efbe568c8906cf28de35c5e396 0.00 MB 7 527
121,588 121,588 00000000000029bb4d5eac1602adc9cbd8dcbb00f0501f1fea3b21433a836d32 0.00 MB 4 0
121,587 121,587 00000000000057a90e662c766f1a90a4d86b70191953f6d5ed267859dfcd20bb 0.00 MB 3 0
121,586 121,586 00000000000004ec409d85d30474ef06aa078b021a6189c5f5115747537bad7d 0.00 MB 8 0
121,585 121,585 0000000000006c2c4fce031a25d66a62c4b2a8aecf5755211e0e73d3cd6ada92 0.01 MB 17 549
121,584 121,584 0000000000001b0ab05ee3f62d1fbc5f049de417f76d68f964e959c251699095 0.00 MB 6 0
121,583 121,583 000000000000913c04db05239ebd4ac44e9e1d84ed7ac4bffcfb94a224d1a6ed 0.01 MB 19 398
121,582 121,582 000000000000273230d2a015c18a21a762766ba821759e58b436dc7032488510 0.00 MB 10 0
121,581 121,581 0000000000002fe7030effd752ce5817a39ad16108de6e60ed0fa2ed9f6c0b0a 0.00 MB 10 1,089
121,580 121,580 0000000000000cb185292650e70c1be86b7f7d163a102081ceb77048753a61f2 0.00 MB 13 528
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.60 GB sent, 93.03 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.