Loading Tool

Explorer IconExplorer

Memory Pool

77,203 transactions
28.62 vMB
0.06324627 BTC
Random Selection Loading Transactions
Max Size: 173.75/200 MB

Candidate Block

Mining Attempt 12c266af782c81343037090eda27c6e874699b6be9293f75688658951980ba1a
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root 4addca3e6bf041286647aa970182ba169730a9b3df0653dbfae2fa885e92e863
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,832
Size: 1.00 vMB
Total Fees: 0.00371857 BTC
Feerates: 13.94 > 0.37 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (231,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,140 683,140 0000000000000000000d5aa9b170a59476f5d9cb80203d071371212e51a11dfa 1,243 1.00/1.00 vMB 70
683,139 683,139 0000000000000000000c36fa332a7228d7b57f60861dd0bb3f015399260e8684 2,967 1.00/1.00 vMB 95
683,138 683,138 0000000000000000000c03ab8601f6c0df2eb714f3d0ef4beba1c6f65acf006b 2,303 1.00/1.00 vMB 40
683,137 683,137 0000000000000000000015f2411e548131913e8c803eb960e8a3fe7beb9dd5d1 2,539 1.00/1.00 vMB 60
683,136 683,136 00000000000000000003a7931e49be4ee79762aa3888cea9f75a5ac708a8c929 1,965 1.00/1.00 vMB 51
683,135 683,135 0000000000000000000b3dd0e8ce07fbf3bd178779da6a93833f3396a39108b5 2,410 1.00/1.00 vMB 68
683,134 683,134 0000000000000000000cf8a27c8b0463e56cf2adbb4539ee4d75501367799a36 2,845 1.00/1.00 vMB 70
683,133 683,133 00000000000000000009a45f81a921fa556aa84ce410e1d95f5d517ce5923d9e 3,251 1.00/1.00 vMB 94
683,132 683,132 000000000000000000021635e8d46e3e09fd738db3f7db77d5996ca9b23d06df 2,622 1.00/1.00 vMB 80
683,131 683,131 000000000000000000074fce078cb10e5231e69fe0305f78f77b68bfea580771 1,984 1.00/1.00 vMB 67
683,130 683,130 00000000000000000004686a9751cb79313d330a6ed24dfd042272c88edad30c 1,379 1.00/1.00 vMB 73
683,129 683,129 0000000000000000000aa76c1fc19e7f01b4c4025bae27d4e9e1cf398393e90e 2,836 1.00/1.00 vMB 102
683,128 683,128 00000000000000000002f499aae37042452c83f8fc0ed2a10c41261f76bc588d 2,272 1.00/1.00 vMB 67
683,127 683,127 00000000000000000004f09f3add6b45ffafa3754a78a0a1e1734e8665208b10 3,096 1.00/1.00 vMB 101
683,126 683,126 000000000000000000022ce5fe76aa878a43fb913250b0a61fedebeaae46a2a8 2,200 1.00/1.00 vMB 33
683,125 683,125 00000000000000000003415ce5ff7bcdbe040189318aee323a60c06c2034295e 2,193 1.00/1.00 vMB 49
683,124 683,124 00000000000000000008782acc480bbce5edd1286f492789724b74379c7cbcb9 2,527 1.00/1.00 vMB 85
683,123 683,123 00000000000000000005c7e2d3f38d6bf04d2a1bd035aa6b6a01d8903522175d 2,500 1.00/1.00 vMB 82
683,122 683,122 0000000000000000000bf4c570a8ee0f732edf44324ac30d8bad8bf3a19d57cf 1,944 1.00/1.00 vMB 60
683,121 683,121 0000000000000000000582b6c86c8e2724f0fbca389601821e424add8c2fbd3d 2,314 1.00/1.00 vMB 77
683,120 683,120 00000000000000000000142ca65ed8a48a28bee87addfb282f0342efcf0943e6 2,274 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 669.61 GB
    • Received: 15.75 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.