Loading Tool

Explorer IconExplorer

Memory Pool

11,546 transactions
4.09 vMB
0.01756142 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 24.85/200 MB

Candidate Block

Mining Attempt ceafd554f635bf239116f334a5547b2ff9b7477d4300188f9226108162a3cc30
Version 20000000
Previous Block 00000000000000000001bb276ebfb9c64dd1914c73fef06e8a64d7595772d834
Merkle Root 89c9013076a9ec1f81e4064e24d5b6ce7fccae9fd572a5f31d713ccad0942bfd
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,213
Size: 1.00 vMB
Total Fees: 0.01247387 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,476 (776,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
137,413 137,413 000000000000056613113ac18e92231882a1da745306d4db1da14a1e669b191b 61 0.02 vMB 82
137,412 137,412 0000000000000307954ca0eafb879e2b70b1c6dc23ef6ab24f6b9dfd775bd988 78 0.03 vMB 170
137,411 137,411 00000000000008e55273da13eaad62ccf3935e31d0827c77687b3274ef28d276 100 0.04 vMB 189
137,410 137,410 00000000000006f78ea5ee741cc374e94d340a53ba1f6b8034ae556cbc927620 13 0.01 vMB 370
137,409 137,409 00000000000008f9e27b8fac35015063bc4a008347b00764ac6ab9825da33539 34 0.04 vMB 97
137,408 137,408 000000000000016b0c2986895e6337685b54837db3d33e6c8fb79529e32812cb 84 0.04 vMB 91
137,407 137,407 000000000000073b64c8e9ba993adc2ca465aab1432d12826fd656968ec7d7e6 109 0.04 vMB 128
137,406 137,406 0000000000000796498714cb4a88a2349d77c7b52e3e1464878563b3dcf8eb8d 13 0.01 vMB 42
137,405 137,405 0000000000000640727cdd51728d5ac8057f4068243c8e8dab22b3463f9b72da 13 0.01 vMB 404
137,404 137,404 000000000000001de495624d3c0bcdfd979d69b2146282d0eb33730ea1ef0f0d 108 0.04 vMB 173
137,403 137,403 000000000000062f667db72c565a5c62021ee68a68300be2628335e3f1a75dbf 66 0.05 vMB 182
137,402 137,402 0000000000000580f26e4fc9eb2f887620c578c3f246c38caf17c213c797ad32 78 0.04 vMB 161
137,401 137,401 00000000000006efd27c2f5bb246e7214b00715a2743791b0740e0a4482a10d8 13 0.00 vMB 390
137,400 137,400 00000000000005bc9903ca88a90aceadd6683b8e2fb49428de865a445ed5f889 103 0.04 vMB 221
137,399 137,399 00000000000006b3141922ecd7a21a7fa28f5c98f29c1d9ee26871bdf4a89519 13 0.01 vMB 113
137,398 137,398 00000000000006614c766567ababcfb7caf53707b08ee777078f47ec2e84bfa4 103 0.03 vMB 9
137,397 137,397 0000000000000957557cb27de8e63a64339f020cb97d0514de1e02877ba355c3 43 0.02 vMB 225
137,396 137,396 00000000000005b396992fcbc49a9452e6d9bf907e2f08771a461fd4c277966d 52 0.04 vMB 74
137,395 137,395 000000000000047abd41cc1712c16911a414bd3b92c5de7546683ec7139fb093 120 0.05 vMB 163
137,394 137,394 00000000000005536d2f2bae43dcbaea8c72aa16d9e585d17433bb8f6243181c 50 0.02 vMB 181
137,393 137,393 00000000000009308cffe2a286a3d389d1af5ca5f878e724b2418d3fbdd298f0 145 0.07 vMB 454
Previous 10 blocks ↓
Total Size: 779.70 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: 336.48 GB
    • Received: 1.63 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.