Loading Tool

Explorer IconExplorer

Memory Pool

82,139 transactions
31.77 vMB
0.10727356 BTC
Random Selection Loading Transactions
Max Size: 191.90/200 MB

Candidate Block

Mining Attempt 4399aa93f2d12106f41dd5d584d108011d60a88b3e8a447e4042fffc5ccb021e
Version 20000000
Previous Block 00000000000000000000ed17108ada750c30ae44d6a032cae868ae55c67ad635
Merkle Root be4726b1e547a5468090a5f9b3a20dd5834859e4ad10b33a471e4abdf302f76c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,541
Size: 1.00 vMB
Total Fees: 0.03317936 BTC
Feerates: 265.25 > 3.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,194 (458,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,186 457,186 0000000000000000021bdf5b93a38cbd9fff231da78befa43e24488cd4901fda 1,114 1.00/1.00 vMB 116
457,185 457,185 0000000000000000012b95a75b3f53e8b1c88b291e73244480ee8996c20697c0 1,565 1.00/1.00 vMB 92
457,184 457,184 0000000000000000014864390d89bf62e818d2b453f2a8883e0d8ffcf44c0dfb 2,100 1.00/1.00 vMB 179
457,183 457,183 0000000000000000013f9bee2fdc645c5bd5643fbf6f0f85f9979083cd786b27 1,560 1.00/1.00 vMB 102
457,182 457,182 00000000000000000150c8f37c617d64038a2c331c11ec758a3636285c1e5a51 691 1.00/1.00 vMB 93
457,181 457,181 0000000000000000014ce28488409eef25bf9d686ed08b6e9b1d1f5c3b603d67 1,269 1.00/1.00 vMB 65
457,180 457,180 0000000000000000019d076c5e1004dd1cc173bbcca9cee2cba5db8cba477569 2,169 1.00/1.00 vMB 147
457,179 457,179 000000000000000000bfe97d64490c67324410b83071d198c3f849d56bce07da 2,299 1.00/1.00 vMB 210
457,178 457,178 0000000000000000023a79ffe80b6d8d25b9e439f2f776c6e84161179656a09b 1,940 1.00/1.00 vMB 141
457,177 457,177 000000000000000000afc68d365b8e30b3dc42d757534ea5eff465f71bd7f77b 2,264 1.00/1.00 vMB 156
457,176 457,176 00000000000000000246bf6d921fa33db93def1cc4d644f93cc472b3ca503e82 2,135 1.00/1.00 vMB 152
457,175 457,175 0000000000000000016e0669b823a26c841a126153e8284c91840964ba1e3e59 1,942 1.00/1.00 vMB 199
457,174 457,174 000000000000000001226023f6c323f6c8f1e6245a1885a6a7479cb710c4fe97 1,831 1.00/1.00 vMB 194
457,173 457,173 00000000000000000134f8f4d5729cf26d22e169d2164a5e319e1be4a3f2eb4f 1,008 1.00/1.00 vMB 67
457,172 457,172 000000000000000002305c25e1d971dfdc8acfaa2f735337584caae5062698ef 2,090 1.00/1.00 vMB 114
457,171 457,171 00000000000000000092165b4d580419f5bde340e3d9387005ad4cb84b2ae577 2,472 1.00/1.00 vMB 181
457,170 457,170 000000000000000002528d19712fa506dd0e50ca02a6330a6ba759f9219d3dfb 1,627 1.00/1.00 vMB 180
457,169 457,169 00000000000000000182861ee52a1d89b8925d38d8d45c70b3b47c330630af3a 2,224 1.00/1.00 vMB 271
457,168 457,168 000000000000000000271d593737af78509bf3ac445dfc2558e0ab46908765e9 2,047 1.00/1.00 vMB 205
457,167 457,167 00000000000000000252503989f3d8d35ef3e29757f2f01c1d8d0e445a24f40b 2,479 1.00/1.00 vMB 191
457,166 457,166 000000000000000001e5dd41abe62e3b8e9eb750fd218883c30efefe7a4d6619 1,341 1.00/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 782.73 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: 707.60 GB
    • Received: 16.69 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.