Loading Tool

Explorer IconExplorer

Memory Pool

74,071 transactions
27.43 vMB
0.06803846 BTC
Random Selection Loading Transactions
Max Size: 167.35/200 MB

Candidate Block

Mining Attempt 8c5efd732842008173b57e869d2b96db4146f0153e6335fa6edc75ef264867f5
Version 20000000
Previous Block 00000000000000000000333bb349bd4a528f0e80d3cc81bd16791bcab0dd2b8e
Merkle Root a9caabc015e9f6ca31aaa6bcbe2504b8a036a0efd5b36f452bba22712c72b242
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,886
Size: 1.00 vMB
Total Fees: 0.00953507 BTC
Feerates: 65.93 > 0.96 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,254 (112,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,626 802,626 000000000000000000008e052aba96c61af7a25a59fbb0aced63348d3842311a 4,661 1.00/1.00 vMB 7
802,625 802,625 00000000000000000002a6926eb19119b7eaaa87b98f85583122c3d47aa9fc11 4,605 1.00/1.00 vMB 6
802,624 802,624 0000000000000000000195dfeb51884e363f373bf9c49e5f079ee6a560d0048a 3,582 1.00/1.00 vMB 9
802,623 802,623 000000000000000000045d92cd0313d1c15fa1cbe2d99455ec01ddd3bbade41e 3,358 1.00/1.00 vMB 15
802,622 802,622 00000000000000000004f6d5a7b811c83a190f37c906f63fa4931447d1fa02b6 4,209 1.00/1.00 vMB 7
802,621 802,621 0000000000000000000294d57e71859f6a0129666d3349319116d353bf9f6364 2,947 1.00/1.00 vMB 21
802,620 802,620 0000000000000000000320f9e14571725589f21e7b8fdfdbeb9af1c2a13b9e7a 3,407 1.00/1.00 vMB 9
802,619 802,619 00000000000000000004a58314c958cb49c8cfbf252ef13c23ea7a23190a244a 2,297 1.00/1.00 vMB 21
802,618 802,618 000000000000000000053bf5b0e6299a4449cceb7089dc4985419a5f67822485 3,207 1.00/1.00 vMB 16
802,617 802,617 000000000000000000003bd2bc32b85864adc82f90951aa446fea8a26e927789 5,512 1.00/1.00 vMB 7
802,616 802,616 00000000000000000002cc1a20c2d50e2a6f5e525db2ef10106dcb55e0a6c46c 3,110 1.00/1.00 vMB 9
802,615 802,615 00000000000000000001071c8dfdadffdf1b99e1705a959c7abe4a542f025cd0 2,800 1.00/1.00 vMB 21
802,614 802,614 000000000000000000012d6e58297fb55494eae1ea2342d2e4569d1790a3ecfe 4,953 1.00/1.00 vMB 8
802,613 802,613 000000000000000000051ff5247c4a4f64caade51e7e553e258a84d904da1ddd 1,456 1.00/1.00 vMB 14
802,612 802,612 00000000000000000002914fa0cf36ba1a825c4bac84b794abf07a746952bdef 4,380 1.00/1.00 vMB 6
802,611 802,611 0000000000000000000427ce47a15667ab039571418b42c1c9472bf8a99c5968 2,725 1.00/1.00 vMB 20
802,610 802,610 0000000000000000000288764220880d35d0ec148a8c0a0c0a5a397a3a52c8a9 3,933 1.00/1.00 vMB 8
802,609 802,609 0000000000000000000486eec8e87f017edc7b94ceaf2129eeeafeea36e630c1 1,670 1.00/1.00 vMB 12
802,608 802,608 00000000000000000001ad62c399da42f3151bd90e9d39a5c5b4368d5918ab8f 1,756 1.00/1.00 vMB 24
802,607 802,607 00000000000000000004941390b8bcec26051b00ea447ce859a09cd13a778f1c 6,812 1.00/1.00 vMB 7
802,606 802,606 00000000000000000000d64c3f706d0574f233cee424f59ad50782cc909f80ca 2,923 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.83 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: 711.78 GB
    • Received: 17.12 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.