Loading Tool

Explorer IconExplorer

Memory Pool

77,010 transactions
28.60 vMB
0.06388194 BTC
Random Selection Loading Transactions
Max Size: 173.56/200 MB

Candidate Block

Mining Attempt ce50758cf9531d894744dfc3bc3a060a1ec7ba0efab4f9ee9afe1a29a81b4bf0
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root d20d6fc826b8cd25fe282994385edb43ec003e26a5e01787aaef4acfc5b94746
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,796
Size: 1.00 vMB
Total Fees: 0.00434512 BTC
Feerates: 100.28 > 0.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (449,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,525 465,525 0000000000000000003e8be2d8ca6609b7ae04e5d72351541c3670f07647200c 1,842 1.00/1.00 vMB 142
465,524 465,524 000000000000000001b73a4a7d9dec96154cb19df71da81bfe2793c6b2711083 2,586 1.00/1.00 vMB 192
465,523 465,523 0000000000000000009bc2d89819bc40adbaa32fcedde38123173842020524ff 1,982 0.93/1.00 vMB 198
465,522 465,522 000000000000000000ea38576905801253e4fff7079437cd954e94df13e4287e 1,848 1.00/1.00 vMB 168
465,521 465,521 00000000000000000058bbfbcb72537613e250668a0ca540682c9ab77b8962e6 2,263 1.00/1.00 vMB 137
465,520 465,520 00000000000000000200215bff5f8a21660a0218fcde9ff734289e3f61e92cbe 2,227 1.00/1.00 vMB 148
465,519 465,519 0000000000000000017a9c0a6497eec29a401b78f2059ba936476a599c0a199e 2,122 1.00/1.00 vMB 201
465,518 465,518 00000000000000000084879c7406d80c123fb2b29af9de5836bab4334ead1008 1,990 1.00/1.00 vMB 180
465,517 465,517 000000000000000000677997a0f059652d108b59d7185165bda436d6688ab174 2,091 1.00/1.00 vMB 193
465,516 465,516 000000000000000001afc0c160ab140ac2b60d13a70ab09f211f456a76af275c 2,126 1.00/1.00 vMB 185
465,515 465,515 000000000000000000be8cf3e894bf846c04a8cc0351543ea4e2afa8bad363fc 2,517 1.00/1.00 vMB 239
465,514 465,514 0000000000000000014197958e22707f08733e68c27a32cb80b78f8adc4232aa 1,817 1.00/1.00 vMB 171
465,513 465,513 0000000000000000011079df22a658f30d2747d8c96b3c43065d9e12c444d86a 2,295 1.00/1.00 vMB 211
465,512 465,512 0000000000000000007d52e6cf00f0431393c1d3b95e4e99e70ce84a2d8631aa 2,235 1.00/1.00 vMB 240
465,511 465,511 0000000000000000015db215208809a8937a5d5b13bbdb5af55994c2cb88b459 1,815 1.00/1.00 vMB 190
465,510 465,510 00000000000000000186d17fe7a05ec2723c63f316b3275c14fb34ef6dd82cab 1,639 1.00/1.00 vMB 137
465,509 465,509 0000000000000000013a3acfa64583f194e4633cec88f3b9b81ff69db9864bfd 2,316 1.00/1.00 vMB 200
465,508 465,508 00000000000000000030c6ad23f73aebf48a19931f54fac523f29dc2395278c5 1,637 1.00/1.00 vMB 168
465,507 465,507 000000000000000001191e16d26fdcb3c659f1cccdc591eb8a90be076d0a5534 2,244 1.00/1.00 vMB 193
465,506 465,506 0000000000000000017ebbc6e186831d010e2f44850d7e513a6f2bc9141a037b 1,810 1.00/1.00 vMB 215
465,505 465,505 0000000000000000016c3a1aaf17cd3e437eacc558ff1da117cb6fe6d5a9ede9 2,264 1.00/1.00 vMB 221
Previous 10 blocks ↓
Total Size: 782.55 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: 669.87 GB
    • Received: 15.78 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.