Loading Tool

Explorer IconExplorer

Memory Pool

80,585 transactions
34.70 vMB
0.17941868 BTC
Random Selection Loading Transactions
Max Size: 194.34/200 MB

Candidate Block

Mining Attempt 2a56dd3827a71cffd6a841d189dec2767ad6233ca8a943932abfdb98838dfb2b
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 619b009dc5ac998f53007192b1d6f1b1d244dacf8ea4bfe5e81eb63ea440f9d8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,142
Size: 1.00 vMB
Total Fees: 0.04946949 BTC
Feerates: 150.93 > 4.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (8,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
907,041 907,041 00000000000000000000f60ae452beeb7263eae03e026ee8c4a0611d31e373f4 3,004 0.93/1.00 vMB 6
907,040 907,040 0000000000000000000224af3deed0982d42aaad070d7fce877341e67ee616fc 4,058 1.00/1.00 vMB 1
907,039 907,039 00000000000000000001416f9d3a7eec8acb6e192a8f2227eab3a31ada1c0a76 531 0.13/1.00 vMB 5
907,038 907,038 000000000000000000005c537063435132527bed00f17dac1b2d25c8ee7240f0 3,343 1.00/1.00 vMB 5
907,037 907,037 000000000000000000007de69e5e77074980977fa9cc1ed3d6ef545fb137856a 1,943 0.51/1.00 vMB 3
907,036 907,036 000000000000000000015b80221f28eb5530bdc8b171836dcb4e70f248539e66 1,966 1.00/1.00 vMB 2
907,035 907,035 0000000000000000000118fc9c83a8b28c3e5a66ea739950feb481afb85179a3 3,029 1.00/1.00 vMB 7
907,034 907,034 0000000000000000000032eeba5cc5475b33a9f53d9ad68e27b43aa4e8e7b5e3 3,115 1.00/1.00 vMB 1
907,033 907,033 000000000000000000018cd9bebf194794e1290c1a6039a081ad1e0c2bf427a7 2,639 1.00/1.00 vMB 7
907,032 907,032 00000000000000000001c506c19b92deb9a335d5939c961da57ad4cf805406d8 2,293 1.00/1.00 vMB 7
907,031 907,031 00000000000000000000e067fe3dfef3b5199f3d7c67002454022b79080d6909 876 1.00/1.00 vMB 4
907,030 907,030 000000000000000000012e47ffa0d22145828d5b32f1d7468f076964ab2db831 180 1.00/1.00 vMB 2
907,029 907,029 000000000000000000018da36b4d2c0f83b79e6e3089f12683204e8a2694ba36 2,586 1.00/1.00 vMB 7
907,028 907,028 000000000000000000017c900f6a864bfaeb11fe045f412910cd6c0d94bdef8f 2,048 1.00/1.00 vMB 14
907,027 907,027 00000000000000000000d257e3ff44cbc9bb233a4c34c11d6ab2e97b86273f25 3,881 1.00/1.00 vMB 15
907,026 907,026 000000000000000000015c14b11a7dd15f05f53d0e4b089e4e3c4009d4ffe2fb 3,794 1.00/1.00 vMB 32
907,025 907,025 000000000000000000004d481b4fd4d3a1d023b26933d15752c28893788ff6e2 3,477 1.00/1.00 vMB 15
907,024 907,024 00000000000000000001f62abe15f36ab69647a3b4217559dc38e557bafb4eee 3,291 1.00/1.00 vMB 15
907,023 907,023 00000000000000000001811a15e63082b08b1162ba90ca49bb8fd8dccd739d82 2,223 1.00/1.00 vMB 13
907,022 907,022 00000000000000000001c63ede4b0bc32b4a94171a22846f9c2ed344c0bd89da 2,728 1.00/1.00 vMB 15
907,021 907,021 00000000000000000001a2d8f0869b93c302f4fc90e9c3c374d309bb3741b852 3,589 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.11 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: 734.19 GB
    • Received: 18.55 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.