Loading Tool

Explorer IconExplorer

Memory Pool

45,378 transactions
27.45 vMB
0.10805203 BTC
Random Selection Loading Transactions
Max Size: 143.58/200 MB

Candidate Block

Mining Attempt f84817d99be04578960625d2d630681960a01e6a8d44f3181526725dbe3fc090
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root d5494abe547af9dd6e2ae4e101f1781ab615f0be5114933febdaa5f454c31809
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,601
Size: 1.00 vMB
Total Fees: 0.04916658 BTC
Feerates: 151.01 > 4.93 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (414,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
499,926 499,926 0000000000000000009f4da38ca72188a42d31c87ebe5874989ee351575be205 2,163 1.00/1.00 vMB 456
499,925 499,925 0000000000000000006c534903383d583cb9a7d4a1b5e0a071f8a4380b5c7384 1,449 0.96/1.00 vMB 280
499,924 499,924 0000000000000000005a671eb881f0c44de63b6a3ec054e07196cb0e39e8c6ff 1,967 1.00/1.00 vMB 308
499,923 499,923 000000000000000000627a570312235f9384cd97bdb1d8e1a7a83846fbc4d673 1,934 1.00/1.00 vMB 340
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.