Memory Pool Memory Pool Refreshing

4,302 transactions
1.36 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,254 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (455,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
452,460 452,460 0000000000000000013e7603f5252ccf6bebb36c4cbd547dbe54f6d8bf8b0db1 1.00 MB 2,237 106
452,459 452,459 000000000000000001b73dabea71655c35c2858d90ce2b41e80003d4256a27f5 1.00 MB 1,886 77
452,458 452,458 000000000000000001ada273f0768a784c851eb0061b00ee6eda611b64f46731 1.00 MB 1,421 58
452,457 452,457 000000000000000000348cb2f735b2f42f5ae0a9f8938a69b3e9ead14c8aced2 1.00 MB 2,456 65
452,456 452,456 000000000000000000ac3769282bf52e666be752fbacce55b8344ea3317ac97c 1.00 MB 2,063 86
452,455 452,455 000000000000000001fc03873beb240a0729e0ceb1416c6d5003cfcd5887388c 1.00 MB 2,422 137
452,454 452,454 0000000000000000010c3edf081a1fc2989dcbf84d1c82bc8e882bfbfe3d1e4c 1.00 MB 2,460 115
452,453 452,453 000000000000000001fcccec243240d6c660c3bb732a7ecb21f2810e046d67aa 1.00 MB 1,941 59
452,452 452,452 0000000000000000015839c18c2c5b3b34f2df88ea7104841ca2a87d76051959 1.00 MB 2,662 101
452,451 452,451 000000000000000000ee326c0ef293a18cc5b498ca7ca9be67d76100f1dae88d 1.00 MB 1,435 100
452,450 452,450 00000000000000000061b1c1973953dae8ffc36f1948cac6b07c19e61473aa75 1.00 MB 2,204 114
452,449 452,449 000000000000000001b5ff4a7841ee32c991f9d3098cec38d3d3c0bd1593f8e3 1.00 MB 2,143 100
452,448 452,448 000000000000000001e1a9a038faaa3aab7ada06c22599752ea3ea0a257dd2e8 1.00 MB 1,914 93
452,447 452,447 0000000000000000015aaa6252e641a52e89bdf077c599ef7d64a3d1276ea45b 1.00 MB 1,763 118
452,446 452,446 00000000000000000264e6630ae97214dec1a8bf6214b3fa21fb8936a2408678 1.00 MB 2,155 112
452,445 452,445 000000000000000000b7e95eee417a5134a860f7aed0d9dccbb33fcd2dff38ec 1.00 MB 3,045 182
452,444 452,444 0000000000000000012168540a674ecc7d3cfa307333049b7329a9c5040aabc9 1.00 MB 2,038 91
452,443 452,443 000000000000000002817ab6e79152c24ac3b5ac1c2b3afac2938eed2ac8f0c4 1.00 MB 2,478 149
452,442 452,442 00000000000000000036710951ac0e08da6e8beab598d9fced5bf3dd239e4c77 1.00 MB 1,623 55
452,441 452,441 000000000000000002875a45245c989881db639617ed5722ce555b55881d5a2f 1.00 MB 2,282 118
452,440 452,440 000000000000000002552b618db7e44f1c2979340bce4e0d85689c606fd5ca67 1.00 MB 2,455 120
Previous 10 blocks ↓
Total Size: 769.26 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,635.20 GB sent, 94.20 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.