Memory Pool Memory Pool Refreshing

8,211 transactions
4.23 vMB
Show Random Selection Loading Transactions
Max Size: 22/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
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,065 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (600,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
307,164 307,164 00000000000000002a90783851504a5baceec157ccea42c7815ecc676cda4b41 0.14 MB 170 25
307,163 307,163 00000000000000000f17815279c79f27fedbe34af049f0f273430a4a9c00b6f6 0.00 MB 11 32
307,162 307,162 000000000000000006cb44e90ae11b7f662a17358150ed168f53d8efbe91ba78 0.22 MB 349 27
307,161 307,161 0000000000000000509b793fa332b5f8840ac027b7e525b36a11fa8b1e7c92fd 0.27 MB 334 24
307,160 307,160 0000000000000000416baf9515c99b64b0ea326ea3f93d7939320a7408b40a5e 0.06 MB 111 26
307,159 307,159 00000000000000003a0755525793c8c5825305eab9f5e6a12181bac9250203f3 0.10 MB 55 7
307,158 307,158 000000000000000002fe05572475e1d7f1d36afd8314771f4eb9e6c558e8c433 0.12 MB 168 25
307,157 307,157 00000000000000004792e3d340d3c8a6fa79d1a7f92e9ee1f169b244771638be 0.17 MB 256 26
307,156 307,156 00000000000000003f7f8789a642b4267da1bffcef3cb3af41bbc38accf51bcf 0.20 MB 187 19
307,155 307,155 0000000000000000034a7dba97b481f11cedcfbd9a34348bee1c5b77e977e0eb 0.02 MB 32 27
307,154 307,154 000000000000000040a928d268fa45c1deef8aec30cda15691e25a6a56b9d6ca 0.11 MB 72 16
307,153 307,153 0000000000000000340b55009e64b170c51125a586fb542acaa8d9b54cfb51b9 0.05 MB 71 24
307,152 307,152 000000000000000038f6e32bff0f752edd952eaba4938e659f79d76529703392 0.03 MB 48 26
307,151 307,151 00000000000000003482aaf35090e83d2b2b44985b7c46ed88db90ee1cff645c 0.08 MB 99 19
307,150 307,150 000000000000000027b89f7d593e7633c82982d2730c9881dc93e96ffdff8190 0.06 MB 80 24
307,149 307,149 000000000000000047fa48c40c3a053be6751fe7405ed0bacbd17d9caed867e0 0.20 MB 310 32
307,148 307,148 000000000000000009f93d8c467cecf67bfc2a292d411427a5cdf6d6ffdef158 0.15 MB 40 2
307,147 307,147 00000000000000002048db467f8d9c5cd999480326b100ba612feb789b9bfa4f 0.13 MB 205 36
307,146 307,146 00000000000000000e6023df11647bb7d0707fb8e794305fd9a2264b5b506d08 0.22 MB 342 30
307,145 307,145 00000000000000001dba163c1227666d0855e726c023a20c2117575e414ec3a9 0.20 MB 345 26
307,144 307,144 0000000000000000211d71be83387672108c29c44d5ae6423230169f0146a409 0.16 MB 366 33
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.81 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.