Loading Tool

Explorer IconExplorer

Memory Pool

75,825 transactions
27.85 vMB
0.08143138 BTC
Random Selection Loading Transactions
Max Size: 169.89/200 MB

Candidate Block

Mining Attempt 980a1121683781b7f099cedea9c371c2079d93e02ebb613d82404288c9bd9a5b
Version 20000000
Previous Block 0000000000000000000091aab2e57355cdf4c0fac78ba90baa2b5eeac3f0e020
Merkle Root e4897f2aaf14f719d377fb73b2db345c45d5ce1d64623f58eee603d890b423e2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,871
Size: 1.00 vMB
Total Fees: 0.02180178 BTC
Feerates: 529.10 > 2.18 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,278 (124,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,444 790,444 00000000000000000000208ecb041601198e9d42bdf72ad7db8b028c4a598c7f 5,080 1.00/1.00 vMB 109
790,443 790,443 00000000000000000000887219c6d594acfc9bf3091aecc3ceb99a81b68e26e7 5,126 1.00/1.00 vMB 113
790,442 790,442 00000000000000000002df4a6ea972bf9c61662d901cfba17d6d0866b66a7893 4,553 1.00/1.00 vMB 119
790,441 790,441 00000000000000000003b55e0965e3b651df5e921a80141dc96ea6e4ad5be213 4,159 1.00/1.00 vMB 99
790,440 790,440 000000000000000000020c14012dd2362c12d4c0bcd0d08f9aecbc21436fb46b 4,721 1.00/1.00 vMB 66
790,439 790,439 00000000000000000002e98756b76020224d5e8ceb02ad7b02471ac53adb6374 4,373 1.00/1.00 vMB 96
790,438 790,438 000000000000000000039cf43eec3919a6c57acd120b422998fc33360ee567b0 4,313 1.00/1.00 vMB 63
790,437 790,437 00000000000000000003269811c1bbeb5c42221090f505defedfb32d0b22cf4d 4,220 1.00/1.00 vMB 62
790,436 790,436 000000000000000000038c514f956454417cc72e26dbe0c2147bfe896b0db5a1 3,988 1.00/1.00 vMB 94
790,435 790,435 000000000000000000008b1c7fb411ac3d7b2f09f1d235c2e770b529f6c401a6 3,848 1.00/1.00 vMB 42
790,434 790,434 0000000000000000000520627ee4a5db968e9dc2e090986966d8e3ce6b86a9cb 2,862 1.00/1.00 vMB 42
790,433 790,433 00000000000000000003bd066d96718b0602a5928317e646e91be9d2f51d72b2 3,471 1.00/1.00 vMB 40
790,432 790,432 000000000000000000027c4b6a573b05bcdf413e3189fd868bd02748e6110929 2,540 1.00/1.00 vMB 30
790,431 790,431 00000000000000000004bdad3593a62d27ef8b2d57153756579ffab6a95b051e 2,980 1.00/1.00 vMB 37
790,430 790,430 0000000000000000000256c709eead0beda30f653b467ca52f49a39196536c6e 3,331 1.00/1.00 vMB 66
790,429 790,429 00000000000000000004300ec496732f794bfc8e2f005c1675a965a06b345fc8 2,600 1.00/1.00 vMB 46
790,428 790,428 0000000000000000000120c648820d92753bd3242702c0a0c287805762c78bf2 3,886 1.00/1.00 vMB 77
790,427 790,427 00000000000000000001ff08b6e38944f5be1f3fce2b74c11bb1d27cc6a4fd52 3,081 1.00/1.00 vMB 83
790,426 790,426 00000000000000000001d0cf6f26a8b9aad8bba52bb51d3494198a248d78290b 4,104 1.00/1.00 vMB 82
790,425 790,425 0000000000000000000196b486362935a2d35b598aa53838b371caf01281986a 3,554 1.00/1.00 vMB 85
790,424 790,424 00000000000000000003c4feee13f5ae2724c939d59d695d915ac9477e1e19d8 4,154 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.87 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: 713.10 GB
    • Received: 17.31 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.