Memory Pool Memory Pool Refreshing

10,294 transactions
4.68 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,145 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (99,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
808,301 808,301 00000000000000000003b479275d2a1b3b1e460bf1c02b9377a5d6f732c61d1e 1.56 MB 3,359 34
808,300 808,300 000000000000000000014ef135a344fd5dc8746c9a853cbc201608c7b75f971a 1.73 MB 4,131 31
808,299 808,299 00000000000000000001e3fef608c2c411d48177e729aa4d2dae1609abce36bf 1.75 MB 3,943 52
808,298 808,298 000000000000000000052d979595d5c29e877719fd84bfcaba19a70900763095 1.94 MB 5,606 28
808,297 808,297 00000000000000000000286a31d62cbe9270175840bd282d29da2eb12d6c9337 1.81 MB 4,178 28
808,296 808,296 000000000000000000042c36672059e5e4f024ef268f19a5f724b4d859a5020e 1.42 MB 2,939 36
808,295 808,295 00000000000000000001788b47a9226ce01cbe948d8e733695be5310581b13f8 1.35 MB 1,959 30
808,294 808,294 00000000000000000002ed5559f0bf1d1eab63b1b2219188686d14b071a061a9 1.99 MB 5,552 27
808,293 808,293 000000000000000000027b71dddcd3563705a9bfa82f21995da6f8cf11371a0a 1.90 MB 4,440 29
808,292 808,292 00000000000000000000606615a9bc93b3142486e5691b69985aa68eff664f23 1.70 MB 3,525 27
808,291 808,291 00000000000000000003e75fc6d4294890c1550fa5f12e57305874f16aa38811 1.54 MB 3,197 38
808,290 808,290 00000000000000000002892c18da7a923f29e35033f01856436266e931bb0900 1.59 MB 3,269 30
808,289 808,289 00000000000000000002203b2e06e628e8fcc983ec46a2c6f88ec9ccd9e033e1 1.80 MB 3,800 26
808,288 808,288 0000000000000000000403c6b1fedc6ebe996316f91552871c79e26cd287dd5d 1.69 MB 4,108 36
808,287 808,287 00000000000000000001f638b59f6a80a578d40a8fff63e34cb7d0618bbe6108 1.78 MB 3,671 34
808,286 808,286 000000000000000000016fd9c2a77cd7b38fcb9f5a992bc2b263c215a4853788 1.99 MB 5,523 27
808,285 808,285 00000000000000000003387ddc13726321d3762473e8f3c0a783b39f34b8eb51 1.64 MB 3,535 33
808,284 808,284 0000000000000000000059b9c599501af9f129fde24a4a4974a093fc302531a1 1.42 MB 2,597 37
808,283 808,283 000000000000000000014e1b9f70e7a70e6c27f2db9c4b6f8ec38e21385410e4 1.77 MB 4,186 26
808,282 808,282 000000000000000000042c12b5826b60ba2e5ac21e5598fa46785987ad2e85a9 1.80 MB 4,135 32
808,281 808,281 000000000000000000027fa6dc78077a7b39b1fa1735d2f16b66cda7538b03dd 1.85 MB 4,194 27
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.73 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.