Loading Tool

Explorer IconExplorer

Memory Pool

82,613 transactions
30.39 vMB
0.10511240 BTC
Random Selection Loading Transactions
Max Size: 183.24/200 MB

Candidate Block

Mining Attempt 383b0b3845a2532002b10d8f5cb4d3087c0547ece94389634986a4362b9c10f1
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 60707eeb00e9e8f30a0abccfbcb9e01f90ab9a79adf9db58db881eedacbc1838
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,647
Size: 1.00 vMB
Total Fees: 0.04262288 BTC
Feerates: 526.32 > 4.27 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (368,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
546,382 546,382 0000000000000000001f7e6f1747f3216e9fc883b717b6a6088619e2febac489 1,915 1.00/1.00 vMB 11
546,381 546,381 0000000000000000001f7989d732a40ab0d4535aa251b1a05ab7ae587863c52f 2,227 1.00/1.00 vMB 5
546,380 546,380 000000000000000000253d00e2511b7b228ea9651505885e657064eb2b17aa72 2,749 1.00/1.00 vMB 10
546,379 546,379 00000000000000000024a7dce2626b4e1c2b28b27ae676f6fa7b216cecab135a 2,882 1.00/1.00 vMB 36
546,378 546,378 0000000000000000001a90357432cf16a73cea4e6ced320860ad6a0f0b7f4e51 432 0.77/1.00 vMB 7
546,377 546,377 000000000000000000062f703c86d4e79625f42024e71b9e216ceeb4bdf32237 837 1.00/1.00 vMB 5
546,376 546,376 0000000000000000000b5adf9f4b0db22f009b484134a761a257d84bf912134c 2,601 1.00/1.00 vMB 5
546,375 546,375 0000000000000000000f1d485b4a6c3a455003437028a330c3dff6c42f5e558b 2,438 1.00/1.00 vMB 5
546,374 546,374 00000000000000000007ef848b3d1cfe13387d3fa2998c9cc6313a7ed4048c44 2,574 1.00/1.00 vMB 14
546,373 546,373 0000000000000000000bd73f17b57e82fb3c3a7dd8c1adbfa3f302a16b9deb5a 3,104 1.00/1.00 vMB 37
546,372 546,372 0000000000000000001a78e1c2cf14d3aa0d3473b320ccebf2a99f4e3b1f8d68 2,892 1.00/1.00 vMB 23
546,371 546,371 00000000000000000026f32a61f971c978bfc3149b29a12c4628a1a0f5958971 166 0.23/1.00 vMB 4
546,370 546,370 000000000000000000006c940ae28e6a335ffe49f9f69ad5799e6b460c24cfb7 1,936 1.00/1.00 vMB 9
546,369 546,369 000000000000000000015fa5534020c8c7f17603358b4235df10180aa607fd90 2,901 1.00/1.00 vMB 18
546,368 546,368 000000000000000000065425efce08d55c6a97281279e8fec6f2c62e9a295fc9 1,455 0.86/1.00 vMB 12
546,367 546,367 0000000000000000001035dca6d0157a00b64ec710540932f9aebf99d2d94a4c 845 0.73/1.00 vMB 6
546,366 546,366 00000000000000000009a9b67133ac1b6146e12210c5bc2e6339d828040e9cca 51 0.01/1.00 vMB 29
546,365 546,365 00000000000000000025f3141c7589ee42383ba8abec0e83bccca7d56145ad61 855 1.00/1.00 vMB 5
546,364 546,364 00000000000000000018f629040877d3b95b98f3c1ca2def60932d678616d010 2,657 1.00/1.00 vMB 14
546,363 546,363 000000000000000000265742be1c504f68ed8190109b7312567a6ef1c82c9fd7 1,861 1.00/1.00 vMB 21
546,362 546,362 00000000000000000006a92655215a54fc098770a1c7a9e26f90e28fa3a95832 2,646 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.73 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.