Loading Tool

Explorer IconExplorer

Memory Pool

45,012 transactions
28.68 vMB
0.06569939 BTC
Random Selection Loading Transactions
Max Size: 152.65/200 MB

Candidate Block

Mining Attempt dd4adc485851dacc843be688ac8ae0bda666b9fd71894496d8f169eba171b3cc
Version 20000000
Previous Block 00000000000000000001715c951c8d4dbbe4a6e37b8651db580e2cce2f31d5f6
Merkle Root 58f466810da3ac8c5616989ade7c353533dfece766610022fbe885324bf7fc47
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,588
Size: 1.00 vMB
Total Fees: 0.01128893 BTC
Feerates: 301.60 > 1.13 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,857 (442,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,311 472,311 00000000000000000035ce806dee4a5d0c5225163c228269dd80433ee77349a9 2,124 0.99/1.00 vMB 401
472,310 472,310 000000000000000000dc760cbcb912494b3f01259e29961c686d905a1f6e0d66 2,184 1.00/1.00 vMB 419
472,309 472,309 0000000000000000002fef934eec76cf65cb48b82a1a927ec425a748261b6edd 2,396 1.00/1.00 vMB 440
472,308 472,308 0000000000000000017a8ae60e61ee34e1e092f90e9d2fd309f9e000e20fe2d7 1 0.00/1.00 vMB 0
472,307 472,307 00000000000000000150ff561d6b2352f15c13aa0691681d655d3082c9fd397e 1,935 1.00/1.00 vMB 277
472,306 472,306 0000000000000000010971992b8d1fe8c4496393e3fc4d044d64b2a75848ef41 2,523 1.00/1.00 vMB 291
472,305 472,305 0000000000000000006e0eedab30cee8fffa89cc5c6aa67824ead0adceb362a8 2,037 1.00/1.00 vMB 324
472,304 472,304 0000000000000000006a564fba8c7675eb1021e0f84af13e725987b281f2db72 1,895 1.00/1.00 vMB 366
472,303 472,303 0000000000000000001360da635c40119493cdb069e70576227d3a305f14090c 2,157 1.00/1.00 vMB 333
472,302 472,302 0000000000000000007c29d1eacdd6b86d53da6fe3cd45acdff55246b5b6014e 2,132 1.00/1.00 vMB 366
472,301 472,301 0000000000000000012f9fc5f09d6345988a9e0db3d6cb79f903b93734cf42e1 2,947 1.00/1.00 vMB 363
472,300 472,300 0000000000000000013d5a5bd1ef7b7acca906b06772c3d937b57c704bacf511 2,460 1.00/1.00 vMB 334
472,299 472,299 00000000000000000148d344b3a0f509f03201958097dc7313b5f492d1f4e9fc 2,025 1.00/1.00 vMB 346
472,298 472,298 000000000000000000d6a111eab4adf01cb965481abf6a51fc90ec40b16f746f 1,959 1.00/1.00 vMB 403
472,297 472,297 0000000000000000006ed1d19573079ba49c075ebf9968bd230778a35508e47a 1,656 1.00/1.00 vMB 446
472,296 472,296 0000000000000000014a87d385f46b8bf7d0bb221d7618b9beed4829f80d9e4c 2,169 1.00/1.00 vMB 368
472,295 472,295 00000000000000000072716b98416d76a4d1981a33d4d6d1768ba0ac66d6d458 1,672 1.00/1.00 vMB 430
472,294 472,294 0000000000000000013321c219fc176d00d19009a61d939bbe1ff1b6154e5429 2,583 1.00/1.00 vMB 425
472,293 472,293 00000000000000000063a345652ad42fcbb667c619ca4b0cda13f706b9cbf381 2,066 1.00/1.00 vMB 439
472,292 472,292 0000000000000000017cfd83fe40467a0771362f5d9357bc77b6a74444bcdfb6 1,174 1.00/1.00 vMB 330
472,291 472,291 00000000000000000072d77ad40fa442ebfd8c8728dd7eb25833861c5bd141c5 2,327 1.00/1.00 vMB 419
Previous 10 blocks ↓
Total Size: 782.14 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: 652.62 GB
    • Received: 13.79 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.