Loading Tool

Explorer IconExplorer

Memory Pool

41,556 transactions
26.64 vMB
0.05749105 BTC
Random Selection Loading Transactions
Max Size: 139.84/200 MB

Candidate Block

Mining Attempt 841bf65878b57a9367f83785963d1851273ba5f36264fa82a0abb1ccc30b1552
Version 20000000
Previous Block 00000000000000000000dbff82779b294ccb8ffef3251a2f04537190df676bc3
Merkle Root 49ec5a3e5d5978848c3f5158f771500de0d1f47242d70ff899cadddd0a12ce09
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,038
Size: 1.00 vMB
Total Fees: 0.00828399 BTC
Feerates: 500.44 > 0.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,940 (544,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
370,134 370,134 00000000000000000f66b7d43e4a666636cf4bcd6855f18abfe78a6bc8001e4e 571 1.00/1.00 vMB 17
370,133 370,133 00000000000000000d95d05944c193564f79efbeccfdf621934576c01b283958 1,757 0.94/1.00 vMB 54
370,132 370,132 00000000000000000d77c901f439db06499c2024e8462451299d258b57ef7421 2,228 0.95/1.00 vMB 47
370,131 370,131 00000000000000001461b81eb13fed7e7840a46cf47fb19321e44989b560ffa1 305 0.16/1.00 vMB 43
370,130 370,130 000000000000000014a6ad3929d84a397726c2bdcd405cf4423c6370dda09252 756 0.33/1.00 vMB 39
370,129 370,129 000000000000000003dcafa7d4533788f5ddad1d09338d53bd065532f7037fab 710 0.36/1.00 vMB 27
370,128 370,128 0000000000000000066bf9e5f3a694541535d7eff461e87d98f183b4c6b5f0b9 806 0.72/1.00 vMB 23
370,127 370,127 0000000000000000144447225c0ea45c78d20e3ec57ee101ca437ab28984ca93 861 0.68/1.00 vMB 25
370,126 370,126 00000000000000000dbec32a7e2ca85911ce516c0f75c1273de10800fca5f44c 2,703 0.95/1.00 vMB 58
370,125 370,125 00000000000000000a80e102079a8959eaf3310bd165294bce327678a609dd1a 452 0.37/1.00 vMB 22
370,124 370,124 000000000000000004d70f198b13502eb8c57873e46829b19581eb1dcedca571 1,515 0.75/1.00 vMB 40
370,123 370,123 0000000000000000133cab2b78018ee52829e54704b9a5c3264cd565f4423f31 1,219 0.76/1.00 vMB 34
370,122 370,122 0000000000000000001791c5c1361a54773c371edc941b1329d229a370360718 212 0.12/1.00 vMB 33
370,121 370,121 00000000000000000347db5d80e85c4d94e09c874eb2332ae3b6cec198410c25 247 0.19/1.00 vMB 19
370,120 370,120 000000000000000014af9191da581ee36fa7ef98a933f674e8cdf61bfe4e061f 83 0.06/1.00 vMB 32
370,119 370,119 00000000000000000ed87768abd1e47d19a34bab77761a6cf7f223ebb9504675 188 0.10/1.00 vMB 32
370,118 370,118 0000000000000000046249a0294619f71459534e5d7a19752abaea7718485210 318 0.13/1.00 vMB 45
370,117 370,117 00000000000000000cfa2e762658979f60b2ae1db09fe95c1a3b532351f6c2a1 274 0.22/1.00 vMB 38
370,116 370,116 00000000000000001223f01ffd721d92d607e83afb7438b79892d7747a275166 372 0.22/1.00 vMB 35
370,115 370,115 000000000000000004d6854da12f71471a70eaa9c0387d86330b6582f6770a3b 442 0.27/1.00 vMB 29
370,114 370,114 000000000000000003cc4157640aa400ac66161101e9c366a714cb2d0325fcd6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.28 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: 656.91 GB
    • Received: 14.44 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.