Loading Tool

Explorer IconExplorer

Memory Pool

26,733 transactions
24.62 vMB
0.05027316 BTC
Random Selection Loading Transactions
Max Size: 119.73/200 MB

Candidate Block

Mining Attempt 4390961273f531bdab8977bbb91c545a8c2f52351a6d69cb36d30828ec915c8c
Version 20000000
Previous Block 00000000000000000000d4d0264d834987b0cfdaa6ec6a928abd4add3a12b852
Merkle Root 64e6d29d68482aee04c3bc7e982a4ab64b297ebb659625cb632bfc197487c2ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,291
Size: 1.00 vMB
Total Fees: 0.00620717 BTC
Feerates: 96.15 > 0.62 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,193 (839,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
74,392 74,392 0000000000860d6854419903a3effc7cebd435437208b9eca0bc0da147a11ea4 1 0.00/1.00 vMB 0
74,391 74,391 0000000000515807bd7c76e3b0f3973e891fe09627af1af909e010e4703f586d 3 0.00/1.00 vMB 0
74,390 74,390 000000000038a69225390079273e633a0a4cac623c889e52050d06082d9d8914 1 0.00/1.00 vMB 0
74,389 74,389 0000000000a93580bab023850517621fdb977f7ea1c21cd12cf7eae4016f29d8 2 0.00/1.00 vMB 0
74,388 74,388 0000000000443d9dcd51ff64702d71415cb7dc631d05bd51b5798f51ee2714e4 1 0.00/1.00 vMB 0
74,387 74,387 00000000009a00f8a17e0c044785b17e64d4bb26b014f6c0a2b7ce69673fdd55 1 0.00/1.00 vMB 0
74,386 74,386 00000000004500c52de9817483d8beae2a3b3b698fd86d1c9cb4b099f5e99dbf 1 0.00/1.00 vMB 0
74,385 74,385 000000000038db92cd7eae81d85114f695419527d7128d65460ffb58a06f2fae 4 0.00/1.00 vMB 0
74,384 74,384 0000000000088109469a34790ed5a5112d29cae6a79d3b5335e086af71a937e9 4 0.00/1.00 vMB 0
74,383 74,383 00000000007dfbffa3542f5aa45eb5ad47be2ac30722b040b28956c1159ceb74 1 0.00/1.00 vMB 0
74,382 74,382 00000000003704def6d793cdc4a7379d81c53e83cf495676e59c79522942c87c 2 0.00/1.00 vMB 0
74,381 74,381 00000000001b0f3452e86e3fd894bc3bd28ffa3b0ee80937f816475f65725fd0 4 0.00/1.00 vMB 0
74,380 74,380 00000000007b7524203b008afcdb41c95e0271d0690d140c1e4b1a376e7f36e0 1 0.00/1.00 vMB 0
74,379 74,379 00000000007471b1d938c524a2aabd5d13a14b4b274b8a521030d5be3800d636 1 0.00/1.00 vMB 0
74,378 74,378 0000000000af1f46d90a92a28a50cebc6fdb65a283acfa68f8705bb0bb8e9429 1 0.00/1.00 vMB 0
74,377 74,377 00000000002f22f04bcdd4640260c8b14f8fc17fb53648be1e045f14b139b5a4 1 0.00/1.00 vMB 0
74,376 74,376 000000000027a7602b63f816f1a5010427aafc3512ec15ff17ab0f43f2f560f6 1 0.00/1.00 vMB 0
74,375 74,375 0000000000addba5a73a57bfee3eb82c8bb0e75eab03a696caf1b2f9932b02bb 1 0.00/1.00 vMB 0
74,374 74,374 00000000005212e3bd805c1f38558ac3b94ae313f779e31e26a016de98fb34c1 1 0.00/1.00 vMB 0
74,373 74,373 0000000000a984587a0b69ac13f1f5e077af398f2306e5aac76ac7b70a104e15 1 0.00/1.00 vMB 0
74,372 74,372 0000000000773e449bbdfce12562fbfe9260914c20703280c80af4030d3693fc 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.93 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: 572.82 GB
    • Received: 7.96 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.