Loading Tool

Explorer IconExplorer

Memory Pool

83,359 transactions
32.67 vMB
0.10201411 BTC
Random Selection Loading Transactions
Max Size: 195.94/200 MB

Candidate Block

Mining Attempt c3a708725b27b544e9f4899cf2e9a706c67cf46e09fd1c6f709ba06577236596
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root 94ca728a046284b35c7f540cc6a9458bf24abaedd46185f9207add1d2d825446
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,254
Size: 1.00 vMB
Total Fees: 0.02567936 BTC
Feerates: 265.25 > 2.57 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (110,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
804,413 804,413 00000000000000000001f2eff9b8b7db3bdb3800fa1cdd6b6553314c34ab18c6 1,919 1.00/1.00 vMB 14
804,412 804,412 000000000000000000008240c04d13631e312f4090c4e15abba8a57b556a1b16 3,331 1.00/1.00 vMB 23
804,411 804,411 0000000000000000000485a9f4e2e2937f3bd53bd213bb776dca8707c177665d 2,186 1.00/1.00 vMB 13
804,410 804,410 0000000000000000000231493deb7b815db339d382210521bf10338af8c36e62 2,929 1.00/1.00 vMB 27
804,409 804,409 00000000000000000003e69cd485dc8d73ad2b2ee9225c5e00ffdcbb33b11f97 715 1.00/1.00 vMB 10
804,408 804,408 00000000000000000003082a46f8db798ec351ca5f57e870a8416e37fedac598 739 1.00/1.00 vMB 10
804,407 804,407 00000000000000000004eec5435e4a16048aea57a0b11616ed6e30b5924744c8 2,249 1.00/1.00 vMB 17
804,406 804,406 000000000000000000025fccce2bb8d9e7d79ce4a22aa9d9da62268b2dd53128 2,899 1.00/1.00 vMB 18
804,405 804,405 00000000000000000003c53679d53f97a14ac8f4cb86d0bf0f6b9556346aa3fa 1,448 1.00/1.00 vMB 19
804,404 804,404 00000000000000000000135a74fca342c03a049ba4005b2e45325f847b09dda6 2,966 1.00/1.00 vMB 31
804,403 804,403 0000000000000000000353320ab6028b785e1c07576f9686d1965922f989f792 1,163 1.00/1.00 vMB 12
804,402 804,402 0000000000000000000236e44e5259b9b6fe09c1a9a4848d3d276ec358b0eaca 2,627 1.00/1.00 vMB 19
804,401 804,401 000000000000000000019dd258b574d1307b8ed1d96aa2dc5fda29cef4b2738f 2,077 1.00/1.00 vMB 18
804,400 804,400 00000000000000000000fc1a17b37bb00d1d741b0a59eabf675d8d466256f7f2 1,873 1.00/1.00 vMB 16
804,399 804,399 000000000000000000036d1fd84ead274950ff706f5cf2d3d3e82dfd0ed58975 2,038 1.00/1.00 vMB 16
804,398 804,398 0000000000000000000422f596b343156ccbca921d0beb757f54095fabcc3d02 1,926 1.00/1.00 vMB 13
804,397 804,397 00000000000000000004311e272d4a4c9c35f6a88741c709a2cb70b7bd7f8e95 1,067 1.00/1.00 vMB 11
804,396 804,396 00000000000000000001bf95d2e42b8d0749b84b22255ffb26c0fa83c140ee87 2,068 1.00/1.00 vMB 11
804,395 804,395 0000000000000000000117fe049a1fb5d6f4f6bcd3a3bf3a8213f84b2446909a 1,165 1.00/1.00 vMB 10
804,394 804,394 00000000000000000000714aa9c2817572260eea3f6c63c1b288771853c89ab0 2,454 1.00/1.00 vMB 10
804,393 804,393 000000000000000000019b7ddba363f3c1f8c8c33cdb8aeca5807b6ef780322b 3,001 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.70 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: 697.32 GB
    • Received: 16.56 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.