Loading Tool

Explorer IconExplorer

Memory Pool

49,264 transactions
29.83 vMB
0.09684741 BTC
Random Selection Loading Transactions
Max Size: 158.97/200 MB

Candidate Block

Mining Attempt e3713cbec0b6f3a92ba7fcb95eeafd6d694a610406f85ae9672e9330dc4e185c
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 6e3068849bfd11a9350fb5b2b5d5e8b19cb25ef7bf67dbeb6c37584eeed8f2ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,229
Size: 1.00 vMB
Total Fees: 0.03305010 BTC
Feerates: 150.68 > 3.31 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (687,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
227,389 227,389 00000000000000c4fc9eec0a8b31a0191af846816b8328c6e024e4a170e94d96 626 0.22/1.00 vMB 139
227,388 227,388 00000000000000f5fc9d299663fb85a1ca10132b575ee514dbb52e9cbbf9cc8d 685 0.32/1.00 vMB 175
227,387 227,387 00000000000001d838f0abf1bd733c990f64aad75b5fb8af90b24a51c8dd9249 191 0.11/1.00 vMB 25
227,386 227,386 00000000000001a48c7494f2d8505d31b7543a5485b50540430869085fbcdfb5 670 0.25/1.00 vMB 211
227,385 227,385 000000000000012eaf65592dadb1ffa27f72f1e65f74d588ebced08e7d19fb3d 512 0.43/1.00 vMB 85
227,384 227,384 00000000000001e58d7fe5b5f078280adde2fcebfea1d5aac8b828836ed13289 11 0.00/1.00 vMB 0
227,383 227,383 00000000000001141cd53c586797529424cb0fe903afdcf7db9187ca34eb68a6 169 0.07/1.00 vMB 132
227,382 227,382 0000000000000039665cf541f587f943da150154c960ee1ea021ff6910322bf0 141 0.07/1.00 vMB 122
227,381 227,381 0000000000000113d80af702d7ff2a9d253d7761bcbac3b3df5cd833d0e246af 143 0.07/1.00 vMB 38
227,380 227,380 0000000000000042edace7dca4e3f7e157c3d54de2fce9efe1fe5b44f2190322 65 0.16/1.00 vMB 68
227,379 227,379 00000000000000ca652415e881eb6c9f2ef3a5ceb9163f77eef271aa81bd6b38 112 0.04/1.00 vMB 149
227,378 227,378 00000000000002f88117f4317a4917ad2b142d76563e47bcbd24ba9fa26cc14f 166 0.15/1.00 vMB 7,943
227,377 227,377 00000000000002accb0c886f0e511c56534b71fabac24e38703a476ff4972727 130 0.06/1.00 vMB 139
227,376 227,376 00000000000000ccdafbff00afbdf5b7e1788bfdd2cf90b3d14a270ec77c9bc4 8 0.00/1.00 vMB 329
227,375 227,375 0000000000000172c0451afd32b72095358829199f420ffa753b3b8d8f25d799 52 0.02/1.00 vMB 188
227,374 227,374 000000000000003216c7285071a2c08d313944cffed77ee5b2c6560fdf178dd9 35 0.01/1.00 vMB 315
227,373 227,373 000000000000023df847b2ee709d1b6f3d798ff3f993440b8bdb3c8592d0e373 161 0.06/1.00 vMB 202
227,372 227,372 000000000000030bba442d1cd6d7b3091f88dc64959e1366aac636da0dcb39a2 237 0.09/1.00 vMB 201
227,371 227,371 0000000000000252582d7bbb5603fb67884563f25d7e0813582e84c4f74219db 155 0.08/1.00 vMB 111
227,370 227,370 0000000000000065114204e834391fe3f46c14507e0d283d68d444f48cb34e25 260 0.11/1.00 vMB 189
227,369 227,369 0000000000000263d17cb3dee11bdbce0482eb86cd59a1d018493e7447ba5b95 106 0.05/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.