Loading Tool

Explorer IconExplorer

Memory Pool

25,514 transactions
26.65 vMB
0.05503315 BTC
Random Selection Loading Transactions
Max Size: 127.60/200 MB

Candidate Block

Mining Attempt ef207231bac5da1996469a630c7e59215392394d38fa6f13601d706c8f86657e
Version 20000000
Previous Block 00000000000000000001f153be8400a938169c22122f44526eb6818272e825e6
Merkle Root 8cd95f2f6e7023388d377e2f97f7d7e39622344dd3996edc085dbaeb073742c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,744
Size: 1.00 vMB
Total Fees: 0.00522775 BTC
Feerates: 73.20 > 0.52 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,496 (444,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,081 470,081 0000000000000000009dc3304f9a3dc673c1518b4327eecfd4cc1113191a5caa 2,297 1.00/1.00 vMB 476
470,080 470,080 0000000000000000007e516cc21e03d0cbf674cde1224a3527c5d3ec7289470a 2,693 1.00/1.00 vMB 330
470,079 470,079 0000000000000000006cb053a1e64b672538468f347168ccd586cd13b474be7a 926 0.42/1.00 vMB 432
470,078 470,078 0000000000000000010b7e8bd2b4b819807114382a77b6a3427df5b80de7fe05 2,465 1.00/1.00 vMB 353
470,077 470,077 00000000000000000168d4f4a7295096b273d9534efa543d7a60b35ccad8880a 2,136 1.00/1.00 vMB 328
470,076 470,076 0000000000000000001d1cec9984f9c44ed4a160d7dc09e8f8d56c40e1442907 2,284 1.00/1.00 vMB 447
470,075 470,075 0000000000000000006d21459cb6ff6ec22b68361a5033356a5cdb8a4a36178d 2,444 1.00/1.00 vMB 398
470,074 470,074 0000000000000000008fe2694851030a0233f333c81b26e6f74a879190fa4abf 2,294 1.00/1.00 vMB 342
470,073 470,073 000000000000000000c9ec9aaddd2f233e8f8f460989d658fd141437f361dad9 1,779 1.00/1.00 vMB 417
470,072 470,072 000000000000000000b8b6e31b74262f0dfed6e5c2af689ee6079b7f10980d45 2,510 1.00/1.00 vMB 499
470,071 470,071 000000000000000000bb978a4fe6ca0905e282d06dcd694b6fb9b0c9b9414122 71 1.00/1.00 vMB 32
470,070 470,070 000000000000000000ec9177af2b5209db70b98289904cddafe1191e4691e561 2,157 0.99/1.00 vMB 416
470,069 470,069 0000000000000000012a9f1a065e9c6a5f890c4d1e216c4590bff7ce3bf2ed67 2,087 1.00/1.00 vMB 370
470,068 470,068 0000000000000000002626c42ca35d5ddecfb5897aeda7a57de8db73928e94b1 2,740 1.00/1.00 vMB 489
470,067 470,067 0000000000000000007914e11eeed77d1db85a22afb4f38dbe55b9f35d265ce2 2,304 1.00/1.00 vMB 443
470,066 470,066 0000000000000000016472400b139d01ed28529ea21b757e64a893ab9d48101f 1,930 1.00/1.00 vMB 393
470,065 470,065 000000000000000000493fbf7fe0791763a5ff0719cb23c26d24581439bfb413 2,015 1.00/1.00 vMB 446
470,064 470,064 0000000000000000000540f8864ab0310382b15ae5d7d4e388c3ef702f334d20 1,918 1.00/1.00 vMB 429
470,063 470,063 00000000000000000035d7fa6a2ba6cc3cd7425f895ba3043d8f1db2369ecf6c 2,437 1.00/1.00 vMB 484
470,062 470,062 00000000000000000054a11f2020837562c9c6e2b17f62340f96c93428578d75 1,084 1.00/1.00 vMB 517
470,061 470,061 00000000000000000156495d31f5b44bc74b3c88fa19e30493c21728e2ea8360 1,772 1.00/1.00 vMB 517
Previous 10 blocks ↓
Total Size: 781.49 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: 611.93 GB
    • Received: 10.93 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.