Loading Tool

Explorer IconExplorer

Memory Pool

45,436 transactions
27.46 vMB
0.10855652 BTC
Random Selection Loading Transactions
Max Size: 143.66/200 MB

Candidate Block

Mining Attempt 71180ff3294c4480b113ed33dd6aede615664a9221d9d7b222844d9f4fbb5bdb
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root ecc7c60f05b095eaf2d0e9811e3a6b95491cdb20cb1b8f21d4d44e13b5afc1be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,590
Size: 1.00 vMB
Total Fees: 0.04946544 BTC
Feerates: 151.01 > 4.96 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (414,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,947 499,947 0000000000000000007cb5a998962539f4648be662b6ce0aa42b12f58d425f89 2,296 1.00/1.00 vMB 412
499,946 499,946 000000000000000000584d240df244f8847bfb2dc49a85b4b90d2391e3fc7f92 2,576 1.00/1.00 vMB 416
499,945 499,945 0000000000000000008e0af06c55124708c12b23a703f822195bf51e4f357dc6 2,298 1.00/1.00 vMB 255
499,944 499,944 000000000000000000854c9fad9fff97ac88a714812d1c52e3b45d2a1230c7ed 1,423 1.00/1.00 vMB 258
499,943 499,943 00000000000000000058483adf137fab5528a7bda90ab0452556b234f1f38169 2,521 1.00/1.00 vMB 310
499,942 499,942 0000000000000000005ac1dd9c8c38221c9752e4e4747fe5a3b88ed141f564e2 2,243 1.00/1.00 vMB 414
499,941 499,941 0000000000000000004fe532b0b6a992443dcbf532bec0b7620d7a457f0b0320 729 1.00/1.00 vMB 141
499,940 499,940 000000000000000000849e9ff81ad6a208ebee10a3ef4c81b6c334a8b9325111 1,325 1.00/1.00 vMB 245
499,939 499,939 0000000000000000002e837f5d42f47a44a06ec92d1120dddf9b8f0641c05287 563 1.00/1.00 vMB 124
499,938 499,938 00000000000000000062be7d6fb8c1abc08f6ef5b21893bd8053760a4ac2d1bb 1,969 1.00/1.00 vMB 298
499,937 499,937 0000000000000000001800f6a67816bb2ca740b422c0fb84c9b1d477628be0ee 545 1.00/1.00 vMB 167
499,936 499,936 00000000000000000074230fb1e0922aa406589d3d5187ea3239e93e21ebe8cd 1,397 1.00/1.00 vMB 207
499,935 499,935 0000000000000000004aa3ab3fd34224b6ca7c7d34a4849c5417cf6a008ba41e 1,891 1.00/1.00 vMB 166
499,934 499,934 0000000000000000000e2ce461555aae0e7570df3c3ddd4286c328b2a7188c78 2,014 1.00/1.00 vMB 334
499,933 499,933 0000000000000000001d13aecb48ef42c41a118beb6671829b27b6c993d21676 2,025 1.00/1.00 vMB 256
499,932 499,932 00000000000000000011c111ce93b796a86a06c19a9dd553149bc567a24b9003 462 1.00/1.00 vMB 184
499,931 499,931 00000000000000000099dd642ea5f60213ac88db5615c7305aaf6a5d5b3549a0 1,562 1.00/1.00 vMB 196
499,930 499,930 0000000000000000006ac83478179b988b523c25022fba90b6360c2487014210 2,268 1.00/1.00 vMB 298
499,929 499,929 0000000000000000001556e25b59a8506df4da5a57d285b38944c0fbd51ccc59 2,163 1.00/1.00 vMB 335
499,928 499,928 000000000000000000172104ccbc0f5fcd0007d90e3e8c792f6e59bef2a76428 2,275 1.00/1.00 vMB 384
499,927 499,927 00000000000000000070e694517b8bc1194f42a10a1aa04ad09df593fd7f0b41 3,081 1.00/1.00 vMB 381
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.