Memory Pool Memory Pool Refreshing

7,978 transactions
3.66 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,901 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (415,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
492,546 492,546 0000000000000000006b3829559dfc5a6e3624680d7aefe52e2a56aebcbba806 1.05 MB 2,398 233
492,545 492,545 00000000000000000097bb6edf3da0882e88ff58ff5b9432d7810670d5caf5e9 1.13 MB 2,370 228
492,544 492,544 0000000000000000009b720b25eb79ca9b7ca1b09ccf92303972996545bb7503 1.00 MB 2,367 250
492,543 492,543 0000000000000000005b42ef51e3f10ce345fc9943ad2d9612b4c20c0b90678d 1.05 MB 2,707 279
492,542 492,542 0000000000000000003ac6e8f2296b3eb35431019b01710ad66b2c5767d8943d 1.03 MB 2,999 283
492,541 492,541 000000000000000000927577fafc0f02e0dfde7bc5fc72128519bcf407567d2d 1.09 MB 2,323 277
492,540 492,540 0000000000000000000f289ac52e8ff63211a882cfcae41aa1316365e6ce9ed8 1.04 MB 1,891 177
492,539 492,539 0000000000000000008ffffd5613492ee44bf964cb71807649a35e9780550f5c 1.02 MB 2,082 227
492,538 492,538 0000000000000000006b1943e958dba8a84303885395a36b68366863584fe88c 1.02 MB 2,304 275
492,537 492,537 000000000000000000a72fb41fee56b786db086449048c3b94771d890319001e 1.00 MB 2,398 184
492,536 492,536 00000000000000000000bab4da74b49d2edd04bc897805c9f53f7fea2eaa4177 1.05 MB 2,654 216
492,535 492,535 0000000000000000003262beecec484341cd7afe0a76599b7ae44d4d10e5a420 1.07 MB 2,747 228
492,534 492,534 0000000000000000008b1fcf3115b978bac67d2fe8995d013549cc49b6099fb6 1.00 MB 2,669 273
492,533 492,533 0000000000000000005430b49529fc2fb7f0364f38acb743d68da5d25baa1fa3 1.07 MB 3,018 200
492,532 492,532 00000000000000000044ade3b7ebac67a8ffbb7d62fb68e80497cbaac1f6c509 1.04 MB 1,798 222
492,531 492,531 0000000000000000002fd5d6742b63172a8448f27fa83bae923be72abe5eef3c 1.04 MB 2,669 271
492,530 492,530 00000000000000000074ea9de79a8ed00b962ad9bdfb2ce24188e32510a3e6d4 1.04 MB 2,266 254
492,529 492,529 00000000000000000016c4b8dd085f560236706934b8b0b58ee853e479ab582d 1.09 MB 2,642 242
492,528 492,528 0000000000000000008ac92abec18674ed6fd57efe2d05d1b8534a2f95895cb3 1.00 MB 2,153 203
492,527 492,527 0000000000000000004fd0a125f65bf4fbf17f82e0f7125227646bfba450747a 0.75 MB 2,099 251
492,526 492,526 00000000000000000053f8b8be5ace0bf09f84c3d784fdd64749952a5084b4ed 1.02 MB 2,436 249
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,624.89 GB sent, 93.01 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.