Memory Pool Memory Pool Refreshing

5,719 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,571 (833,119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,452 75,452 00000000006ae80cedaf94d9f1cfdc328f9a81eee927a9b4a5b3a001b7d204ee 0.00 MB 1 0
75,451 75,451 000000000038996f40f4279c381e3ba2036075d5fbc078d705ed2d166a8e9218 0.00 MB 4 0
75,450 75,450 000000000046a464a24f412718cedd9387df659c7861fc71658ada2267542c40 0.00 MB 2 0
75,449 75,449 0000000000514cb79aa733adb033437270c47ab0b02f453deef2d020bbf8ad38 0.00 MB 13 0
75,448 75,448 00000000006ab9a2965e33b284d3ac81ee4ebd70c71d4dd5cc7b7fa701292953 0.00 MB 1 0
75,447 75,447 000000000023ccecb40dd09fef3d4de0296ee63690a21152d2ac0cff7afa8ddc 0.00 MB 5 0
75,446 75,446 00000000007f785b6e0bd2ab1fee80b1f6ac30ab131620ba51cefe71db7d677c 0.00 MB 3 0
75,445 75,445 00000000001245b20aa4bb15bfd827ef137f4322c0d159b181a2875f9c0d438e 0.00 MB 3 0
75,444 75,444 00000000007ed2ffd96e55c5244522abb0dfd9b17e2006c48af6206d06e273be 0.00 MB 3 0
75,443 75,443 000000000040579f9058c53d59bb19702f74085fc0070c8098f22626886df54d 0.00 MB 6 0
75,442 75,442 000000000038b0a160db865075126abf0a2c0e86996512f14bf934fa6dd9eaf6 0.00 MB 3 0
75,441 75,441 00000000004194250f381c0a0cc3bb369822974946d279b5b607315fef7c91ad 0.00 MB 9 0
75,440 75,440 00000000003ce1f220832f4675f6271839ebab6f326ff1e9cca26b779df467fa 0.00 MB 1 0
75,439 75,439 0000000000028c77f1a3b8260ecb8c8d714e6b11677a3b4b5763c03964fc260e 0.00 MB 2 0
75,438 75,438 0000000000407fe0324c3586aac6e560169dc8235aa71818c7d68c3f18d1de06 0.00 MB 1 0
75,437 75,437 000000000062faf97d705b8a28e4095d187916afa0b7d3922f34e92a32e84433 0.00 MB 1 0
75,436 75,436 00000000001f01a72c40c1cdcb6c71b5e492bd46bd0ab1a6f57675381f0ec6e4 0.00 MB 2 0
75,435 75,435 00000000004dbc0a80c069d8b7ff063dcf0e6c06ceae7f11c1ca16e88c7b7ec9 0.00 MB 2 0
75,434 75,434 00000000003d3efb54458c04cb3293cd1ba1394758d4e860fb976d3d5ed77ac0 0.00 MB 1 0
75,433 75,433 0000000000495509520d277fc45aaca19ba679701e9c6ef1f352dc9b83926aa0 0.00 MB 1 0
75,432 75,432 00000000007b37ef1deefcfabc63a64ad0dda51bb28af7b025739501dcf62c1b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.07 GB sent, 100.76 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.