Loading Tool

Explorer IconExplorer

Memory Pool

77,954 transactions
33.89 vMB
0.14396346 BTC
Random Selection Loading Transactions
Max Size: 189.98/200 MB

Candidate Block

Mining Attempt 82e577ab8ff7847d41cfc77d0fbc158e5cd60dc5d9c5612c83b92003cc24d46f
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 5c581b03f5f203ad47fcd560f7b99921d8aecbe37d3a4ec70821da1c90e2ba79
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,594
Size: 1.00 vMB
Total Fees: 0.03003384 BTC
Feerates: 100.53 > 3.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (91,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
823,761 823,761 00000000000000000000703b5416e5c7aa8c9fc2b9627ca5af26beb3b8092815 5,321 1.00/1.00 vMB 228
823,760 823,760 000000000000000000039c78064fa0add2e3f8af24ebc116456c22f3a1ecdec5 4,928 1.00/1.00 vMB 252
823,759 823,759 0000000000000000000041ce1656eb37082e69751e98bd58aaa191837b367597 4,575 1.00/1.00 vMB 261
823,758 823,758 0000000000000000000179970fced0b9487f50130b86555ad22b7853688fd57e 5,361 1.00/1.00 vMB 275
823,757 823,757 00000000000000000002efc1789bc9793184449bc231cd6a6dda8a292f627807 5,028 1.00/1.00 vMB 271
823,756 823,756 000000000000000000017d10520aeeda1cc2b71c9e4daaf2db4f3bc2ed8c7bc5 4,945 1.00/1.00 vMB 268
823,755 823,755 000000000000000000011a1efe3b3f31b537b2a9e8724e716b742a315eaed3a1 5,607 1.00/1.00 vMB 273
823,754 823,754 000000000000000000012ea0408f8e93df15ad0cebb3b274ac04a0c06baecd20 5,275 1.00/1.00 vMB 270
823,753 823,753 000000000000000000021fb40b610b277561e9933f53924e91a277e1662e7039 4,122 1.00/1.00 vMB 324
823,752 823,752 0000000000000000000177496080c4e98f230a9d7afd3699ae5c1dec1c107fad 4,439 1.00/1.00 vMB 308
823,751 823,751 00000000000000000000e1ef9c02b0aa492641b60d93cba07ae12a667d072deb 4,691 1.00/1.00 vMB 263
823,750 823,750 000000000000000000015b73e9c2f9894e67aea26c0c31cb889f3f0f471c4237 5,213 1.00/1.00 vMB 290
823,749 823,749 00000000000000000002941159fcff005d34cfb976af890ffb1745ca76199eaa 5,039 1.00/1.00 vMB 297
823,748 823,748 00000000000000000002156836b91f21b57a856960dc7db9391f451e02ced6ba 4,940 1.00/1.00 vMB 288
823,747 823,747 0000000000000000000117eefa545c2098e8badf696fbc54c939b128944cc5dd 4,905 1.00/1.00 vMB 308
823,746 823,746 0000000000000000000395f3c4e6478d13666e882776ca3251cee1cd0e6fa9a6 5,430 1.00/1.00 vMB 326
823,745 823,745 0000000000000000000235e23046db728655e4567f66f0cd54a05f8f7a2e9a6a 4,262 1.00/1.00 vMB 341
823,744 823,744 00000000000000000001cee179c92b317ca7988c8cd88935138ab627a0176cc4 4,914 1.00/1.00 vMB 331
823,743 823,743 0000000000000000000167569777df89f116b2e0de492dda9ad8e6c98f4624c8 4,781 1.00/1.00 vMB 368
823,742 823,742 00000000000000000003ad4fe8a37cd9a0ea25109e2871bbf1a770aeb4f7675e 4,402 1.00/1.00 vMB 388
823,741 823,741 000000000000000000039005a687e0aacb0195869b12fa4d248c395e093e9f4a 3,943 1.00/1.00 vMB 346
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: 733.48 GB
    • Received: 18.54 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.