Loading Tool

Explorer IconExplorer

Memory Pool

85,355 transactions
33.06 vMB
0.16029116 BTC
Random Selection Loading Transactions
Max Size: 196.88/200 MB

Candidate Block

Mining Attempt f6c4b8c22841b064809e233371fd7866a0e6c5f2a720394cdd4ff76e78ac4506
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root d1fe6d9c9bb464677d9d1939ecb29c0971f0242dff75b3f9d5dc93c7f4e15f78
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,640
Size: 1.00 vMB
Total Fees: 0.04942211 BTC
Feerates: 318.30 > 4.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (478,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,012 437,012 0000000000000000037c8d88e1af4eca6159aeeed6a61373f007d5e93afe5eec 993 1.00/1.00 vMB 38
437,011 437,011 00000000000000000339a5ceb277a0801d2ca92545507aea3b1930b50e356907 2,298 1.00/1.00 vMB 70
437,010 437,010 00000000000000000211a28517ad770d9408b2088add7e394994a51e8f00487a 1,800 1.00/1.00 vMB 37
437,009 437,009 0000000000000000002b9d650fe914544213851a6ba48710b44e62712f85b367 1,476 1.00/1.00 vMB 35
437,008 437,008 0000000000000000019f9d06188054b506b7b623132209f521275aa0e7a7e4c4 2,193 1.00/1.00 vMB 55
437,007 437,007 000000000000000003c76a883677c6028edf0ce4e9c3dc4410a0a42b6d6b5c23 2,540 1.00/1.00 vMB 56
437,006 437,006 0000000000000000032197a00fc76a1004c99bfe46e92832411462d1c468a9c5 2,322 1.00/1.00 vMB 90
437,005 437,005 0000000000000000006f3279816019bf27671123303d65046ca86d83d581432f 2,389 1.00/1.00 vMB 73
437,004 437,004 0000000000000000010ba10170fd7add886beaf5029ff4bfde727831abbec238 2,042 1.00/1.00 vMB 57
437,003 437,003 0000000000000000037bdb46e223d6cab5ab9147fea86afc355401aca60402dc 2,016 1.00/1.00 vMB 71
437,002 437,002 0000000000000000023197f12d821fc88853776f2f4be54a956eb15740166e66 2,585 1.00/1.00 vMB 85
437,001 437,001 000000000000000001ce749fb5b668ac5448f6732774cd083668e9d7b431ffd3 2,692 1.00/1.00 vMB 68
437,000 437,000 000000000000000003c49a3a20b0c8d61eaa703bff6856a2349b79b1fee89f28 2,024 0.99/1.00 vMB 62
436,999 436,999 000000000000000002a310688a5cbaabc158c632e250d2b7bf6c98a3552dc8cc 2,703 1.00/1.00 vMB 96
436,998 436,998 000000000000000001a9c6c2a058db72fb1b0d26a09dd3f5fe03c5d1d213eba7 1,991 1.00/1.00 vMB 81
436,997 436,997 0000000000000000031a4859dc8db0b1c3d5d9e4a2f69d7211df745d0d7d28df 2,265 1.00/1.00 vMB 70
436,996 436,996 000000000000000000860f93511bf76142cea1ba3860f421de3a7974a0564bd5 2,595 1.00/1.00 vMB 57
436,995 436,995 0000000000000000033a6838910937090db0a00b4844150882f2ec79e600d786 2,174 1.00/1.00 vMB 56
436,994 436,994 0000000000000000041dafd116f198e1fb904c0deefa59a36ae0a0c750e1e292 1,998 0.75/1.00 vMB 106
436,993 436,993 0000000000000000042a265ceb1c53d9076e886e4cd8436d1efc2c82c2464fd1 2,293 1.00/1.00 vMB 79
436,992 436,992 0000000000000000009ebfad2909002d819a8a60c80a155d92816b85a9a2a1b9 3,118 1.00/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 783.00 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: 718.86 GB
    • Received: 17.97 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.