Loading Tool

Explorer IconExplorer

Memory Pool

40,353 transactions
31.28 vMB
0.07385670 BTC
Random Selection Loading Transactions
Max Size: 156.92/200 MB

Candidate Block

Mining Attempt b5ac37022603893842a5a149778ca45305653f1beb64483475a823a38c4d56eb
Version 20000000
Previous Block 00000000000000000000c5bbf78fad58a0defd07aa48c76ca5263908f5d3b02f
Merkle Root c33e2b1803e9b7772410e9d14b733a1b85d928e85d1eaad86283d559038edf0f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,288
Size: 1.00 vMB
Total Fees: 0.00982793 BTC
Feerates: 98.93 > 0.98 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,569 (883,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
30,616 30,616 00000000aa969d594bd5a79a739d7d042b780af588630f558919757b0c7501d1 1 0.00/1.00 vMB 0
30,615 30,615 0000000044c841630be0dc735ad61d70aa24ffd1a0cd6eb267f31eaf72e72caf 1 0.00/1.00 vMB 0
30,614 30,614 000000005e02e5467fb302a16ffc609878a5ea2e6519335fbeceb961efbb78f9 1 0.00/1.00 vMB 0
30,613 30,613 000000004b77c3466839e2e5adedc99b13cc149048712d2ab88be62dc270f804 1 0.00/1.00 vMB 0
30,612 30,612 00000000241051dbe4f0eba0636e77274df94364b8579bc660c3669d1d95bbb6 1 0.00/1.00 vMB 0
30,611 30,611 00000000968abde7053571b476494b13785215d311116091dee3889447dc269c 1 0.00/1.00 vMB 0
30,610 30,610 00000000752feb737bb26c0a2113edf79fc062ca929ba1acd88be810d3a68688 1 0.00/1.00 vMB 0
30,609 30,609 0000000023bd76970f6a24c3d7f21026d45eaca40fe73c050b97c2dd4e65d331 1 0.00/1.00 vMB 0
30,608 30,608 00000000260b4b7997204e257191500fec23874fa928906038d15b08babf0255 1 0.00/1.00 vMB 0
30,607 30,607 00000000235af4323c0afd0191ab3197af07ae406f33c19faaf6533533dd490e 1 0.00/1.00 vMB 0
30,606 30,606 000000007c54d3b0baf207df79f102fa23ee568250b833ddcf0a78a0a033d7f5 1 0.00/1.00 vMB 0
30,605 30,605 000000009b5aa149e8a8b40890681f8a4460d5edc3fd2ab16c2adc0b14abf31c 1 0.00/1.00 vMB 0
30,604 30,604 0000000067c5c0cd5dc5b829c244a7df5c541faf0c3b04c2d42a20271dc7c0c3 1 0.00/1.00 vMB 0
30,603 30,603 00000000f14e41b29ccd9837e8c810568406077e06cc6059cc4e05c72e98b020 1 0.00/1.00 vMB 0
30,602 30,602 00000000d2f671aeabfafadc75689a7feaff1cc0bf7774b43467da18faa0a230 1 0.00/1.00 vMB 0
30,601 30,601 00000000046bfe1248ff45ed231291c6c2aa3eeba0f93efa5f097109b035af76 1 0.00/1.00 vMB 0
30,600 30,600 0000000033efc0c9cfd3c958e07b5c6cde759d3cea3e8f0e5e4a0fdbd3ed1981 1 0.00/1.00 vMB 0
30,599 30,599 000000001beada3d3405b1f178f92ac1f63506f1451029ccf4fcd4a3b833bdf8 1 0.00/1.00 vMB 0
30,598 30,598 00000000df02b9cb01df8965351871f5deae50c756bc8d5496b6c91026f2d100 1 0.00/1.00 vMB 0
30,597 30,597 000000004087b444c9a791ebd27dfe5eb8bc77a857d845ed7e918f0645da9d7a 1 0.00/1.00 vMB 0
30,596 30,596 000000006352676657d54b4554a0ba59741f8ec02d3595de0d6ba2346f7f485e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 625.59 GB
    • Received: 11.60 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.