Loading Tool

Explorer IconExplorer

Memory Pool

13,942 transactions
10.72 vMB
0.04100429 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.39/200 MB

Candidate Block

Mining Attempt a4e969b1967a3e9ca87d74486e8dae0be4d43afa559018a91f9e2d9c9285eb5f
Version 20000000
Previous Block 000000000000000000003cda2c193a02bec06194c9a75bc9f8b996f80df7088e
Merkle Root 96cbca4dd7f679db5c65866ca6e5231b60d8486a2684ce24f853d9235e1b6c36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,868
Size: 0.997902 1.00 vMB
Total Fees: 0.02285757 BTC
Feerates: 200.67 > 2.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,813 (699,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
214,307 214,307 00000000000003a295048780c1b9ee41fbc999b182c01e6b2399bd21bef2267c 188 0.07/1.00 vMB 195
214,306 214,306 000000000000058a15b813ac0d7b869e60da5d3b747076ee1eb53cb9b3dc61dc 57 0.03/1.00 vMB 157
214,305 214,305 00000000000004fdff44ca810fe7ff687eb804828524f000a0a680b933835a7e 128 0.14/1.00 vMB 93
214,304 214,304 000000000000033dc33aa963b59eb18d7300e216eb87b5b094e94f41253237a6 430 0.25/1.00 vMB 145
214,303 214,303 00000000000005993039cb3d2e4cbd410ee034162d2c01b37c15e43ac6cbd1f2 11 0.00/1.00 vMB 15
214,302 214,302 00000000000004c74bc25f31e8efd2a2dd63d9f90ca6a5964d83629b9ef2860e 782 0.25/1.00 vMB 253
214,301 214,301 000000000000028f4c0ae4c491cdb7cd005d9d34eacf5a9d831d67bac266706c 142 0.05/1.00 vMB 150
214,300 214,300 000000000000025820f057b899eff0adefeea21611280f105b6b27e3ed6aa3d5 196 0.11/1.00 vMB 143
214,299 214,299 00000000000002feb97ee4362a8a152d183ce189d75ce492d6bf535dbc7a22b3 517 0.19/1.00 vMB 194
214,298 214,298 00000000000004f74a228aabb353c387473891b624275ef623ffa137059268ec 148 0.07/1.00 vMB 153
214,297 214,297 00000000000000c9d11c8356d753febfc13eca312d55588fa86efaa8873d6b03 223 0.11/1.00 vMB 160
214,296 214,296 000000000000026bb6cce8f11e23dd3a243ab7f7b7cde727bc577d043c7cb702 226 0.10/1.00 vMB 173
214,295 214,295 00000000000002cc59c7aebeba6b3d62e64a6aba1c271b238378e660724ecacb 42 0.02/1.00 vMB 140
214,294 214,294 00000000000001c04b724b0c0c1dfda56d1a91fa81da69ef203a69d0ed9fd854 121 0.05/1.00 vMB 149
214,293 214,293 000000000000036e09b2e8bff279c9f482fe5767a0e79e67529565445334d095 41 0.02/1.00 vMB 454
214,292 214,292 00000000000002124390b9f6a617033d95b38fd91c232f413f11dd33bbac8a29 6 0.00/1.00 vMB 92
214,291 214,291 00000000000003ab4425607ef798df2dea919b26d41abaab86f6e92a050808f1 22 0.01/1.00 vMB 105
214,290 214,290 000000000000006d2c8f76b450b726c466790c1bce6e1442026754c0be5b1484 330 0.12/1.00 vMB 201
214,289 214,289 00000000000001325b2da82323b7b676952179f0ae4a4dc0877c479c3b09dd80 414 0.16/1.00 vMB 245
214,288 214,288 0000000000000256b734fefafaf308c0aa39516759f548e3eea06da097957fe5 73 0.05/1.00 vMB 113
214,287 214,287 00000000000000f2dd64a3d498d3294f53a6340427d0ba57d65f2fa46e618b7b 164 0.15/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 780.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 516.96 GB
    • Received: 4.49 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.