Memory Pool Memory Pool Refreshing

6,190 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,753 (722,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,537 185,537 0000000000000569ccf29a8406c7ded1f6a5569eb5fb25c2e5f50fead1826dcf 0.07 MB 120 151
185,536 185,536 00000000000001c6cae1022fd4d4d00d1ba9ee9dae2580c6e187d590f0912cc6 0.29 MB 628 119
185,535 185,535 000000000000031967ab077fd7485f6faa99add1b6ee076ad4ae963d2de58eef 0.04 MB 145 64
185,534 185,534 0000000000000434c8902a479fba8b3c2f593aefd7b5e90e7c17375385d8957d 0.05 MB 131 1,030
185,533 185,533 0000000000000798e036004069e37b70bf66e64f746e91f9bbcc6be483061aea 0.25 MB 383 134
185,532 185,532 000000000000009edcf9b74062bcde91f229fb6b83aacdcf8b5a70423dd174b4 0.28 MB 596 137
185,531 185,531 000000000000003d0c3a615532c522d64376b774fb1f318a1cf6589694ac0960 0.05 MB 107 178
185,530 185,530 00000000000009a33f1047feb74557afabdd210a65b729ca138568c0e07a0bac 0.15 MB 259 108
185,529 185,529 000000000000005d103ddd18b214c98721bccb9ff205500a9368deacf7c3eea6 0.18 MB 349 106
185,528 185,528 000000000000082c163d62c5b0b993b10f70f5f52695c8fa342e36066813893d 0.25 MB 502 124
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
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.32 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.