Loading Tool

Explorer IconExplorer

Memory Pool

78,669 transactions
29.83 vMB
0.07755132 BTC
Random Selection Loading Transactions
Max Size: 182.05/200 MB

Candidate Block

Mining Attempt 8d98fd72493b3dfa87b07e7e7307c4ebeb4cc468c39e8dc99413f5ca320665ca
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root c80049f7cead76d977b3232676b63b37c9da5b2f8dbd67e43bbb8e4ce4ea28f4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,041
Size: 1.00 vMB
Total Fees: 0.01149622 BTC
Feerates: 100.46 > 1.15 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (384,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
531,353 531,353 0000000000000000002a4c21b82ef3e5834db836bdcc9d3271995117f356b0fa 2,544 1.00/1.00 vMB 42
531,352 531,352 000000000000000000133d8b3b6425d4bf686aad50a727a9ee351972828d5c59 1,928 1.00/1.00 vMB 7
531,351 531,351 00000000000000000007241826e49bfd41ac1a5144d0edf0d01d892fc2571b38 3,349 1.00/1.00 vMB 21
531,350 531,350 0000000000000000001ea12ff9334c24b1e7c0f4383d66e75ecb02119fad07dc 2,398 1.00/1.00 vMB 53
531,349 531,349 00000000000000000017b64d858d37cdc2c69565d24ff7159e05dfb79fa5f9bb 2,346 1.00/1.00 vMB 34
531,348 531,348 0000000000000000002f7f466ea1dd2e946cd0b22d2acb4a249132bd9739f569 2,470 1.00/1.00 vMB 28
531,347 531,347 0000000000000000000c11b9f37926800354db362ff6b0e780c62d59b9aacf9b 1,044 1.00/1.00 vMB 13
531,346 531,346 00000000000000000002f00e60f172355fadbb94ce4c44f264aa91245a95e489 506 1.00/1.00 vMB 6
531,345 531,345 000000000000000000218e90b19310079bed40d4e65ff5e3a870b2c55c704d28 2,415 1.00/1.00 vMB 16
531,344 531,344 00000000000000000032a7bcd3eaf84cf155ea7fa5a92842de879a3110658c4c 2,458 1.00/1.00 vMB 26
531,343 531,343 00000000000000000013e071e0b1aa4d1f5fde3cfadfa9067f36ef823c67a4d4 2,313 1.00/1.00 vMB 37
531,342 531,342 0000000000000000001620a6e1e9bcd40e61793251e5931f8785897919efe3f5 286 1.00/1.00 vMB 5
531,341 531,341 00000000000000000016a29f64e4d01e49b199c57fdf68d2f36bbaeeee6d1707 2,118 1.00/1.00 vMB 14
531,340 531,340 0000000000000000002e4937fe793233833e3019fd98ed72a77576317cf6db1b 2,221 1.00/1.00 vMB 27
531,339 531,339 000000000000000000033767c9f2956f5c274974ed4984b7795370d65cd3029f 736 1.00/1.00 vMB 5
531,338 531,338 000000000000000000033bbab02fd0c70bc24f38ca8b53ed631594f9adb15c52 390 0.15/1.00 vMB 39
531,337 531,337 000000000000000000280a39649fc8a54993e0357867c993b81b2a4859357852 2,314 1.00/1.00 vMB 8
531,336 531,336 00000000000000000007c354ee2d0370b4253037c0ab3a21a5cb61beb9d71902 3,020 1.00/1.00 vMB 9
531,335 531,335 00000000000000000030c56c32a56d3d1f28bcbccad0e9edc597ad8c18e47115 2,316 1.00/1.00 vMB 22
531,334 531,334 0000000000000000003434a12b7cc56555f718e9a8868a5771af8fcb3ab12420 2,631 1.00/1.00 vMB 14
531,333 531,333 00000000000000000020e2c3d1f83223fb426948a2149d7c7e68f4850d4ba4b1 1,820 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 783.07 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: 720.92 GB
    • Received: 18.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.