Memory Pool Memory Pool Refreshing

9,879 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,146 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (722,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,527 185,527 000000000000052332414571ef80c3c040807f5bc15b240c1528ff6a1d32a089 0.00 MB 1 0
185,526 185,526 000000000000096597140a1b463d6d48a34252820d9a030a4b74136c3b77549d 0.00 MB 10 0
185,525 185,525 00000000000000eacc136cf2ad2cc5b08776b397de257349bd07af5053f845f6 0.36 MB 919 231
185,524 185,524 000000000000093d61598251d1e9e4cb095eedd9d70dd5b660f4dd9572eab51a 0.01 MB 11 116
185,523 185,523 000000000000026224d89b29879a993de5120de054bfd295256dab5b4a7ecba6 0.06 MB 189 51
185,522 185,522 0000000000000821f5b441c846b5f81a2aa69e569d3e3e74981b641e52a8285e 0.11 MB 328 154
185,521 185,521 00000000000003f3aa9920e06a36ca295455855927fd94b25696c5214ed1e974 0.01 MB 25 107
185,520 185,520 00000000000008d388ec50098ce811aed39a142686e844999c0f042a399c2524 0.02 MB 31 98
185,519 185,519 0000000000000876471a7599bf07cd902d3d8069d10c71cdad4669715c97ab7b 0.19 MB 248 113
185,518 185,518 000000000000019335b1188ac0be79b0df7a63d2b5453d05c4e4bebac7656925 0.00 MB 5 1,485
185,517 185,517 0000000000000288f31a534cb767194866e887664560fcb60fbfd4fbfe4a158a 0.38 MB 966 140
185,516 185,516 00000000000004018b9ce4289d632ded1eda3c9b5df934394aceb8848ff4adc6 0.05 MB 124 150
185,515 185,515 00000000000008a957c67aa66908a140b37b785d9a7b24d3ba706937ce891d00 0.06 MB 180 197
185,514 185,514 00000000000003d20998daef66e44f567c1368b158a1667e7976de32dc5f3bd5 0.25 MB 441 160
185,513 185,513 00000000000003d7733674ced8ccc587b2a951b838393ec6cfd6687333cbe33c 0.00 MB 1 0
185,512 185,512 00000000000006d27ebdf85e4692846abea082b8efef00cc2602d557c917a664 0.20 MB 512 296
185,511 185,511 000000000000056f5e3c14dae97fcfb55632263e8d1ce0dd2b8a0cf57ffeda7c 0.05 MB 120 358
185,510 185,510 00000000000007f2a089a9bfc89d9890893f97b19fd59db3c25f1abf14e889b3 0.09 MB 167 81
185,509 185,509 00000000000005089e79ba481b3753700314c18319abdc9099c4c23933a2e0b3 0.07 MB 147 93
185,508 185,508 00000000000008e4c78443585c41444720a164d03027659a6ac655008189c1e6 0.25 MB 550 117
185,507 185,507 000000000000051fa4b4a291245643c19323ba903d2cacf27e96645c1c8b4552 0.14 MB 207 686
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.