Loading Tool

Explorer IconExplorer

Memory Pool

77,513 transactions
33.68 vMB
0.13836591 BTC
Random Selection Loading Transactions
Max Size: 189.01/200 MB

Candidate Block

Mining Attempt 80ee56bc763a21108c85b8eea50cc717ade3633b92e728e98dd4cf7a9b4e01f6
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 030668414742b81330a0f0e5a50256816b2d058aa4eb2603f1ec135b0c3f6d90
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,349
Size: 1.00 vMB
Total Fees: 0.02823339 BTC
Feerates: 100.53 > 2.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (756,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
159,175 159,175 00000000000004a73719130557e04f3daf05b907d9932a22b0fab5188010f7c0 4 0.00/1.00 vMB 133
159,174 159,174 00000000000009dbb63b43efbfacaf4636d9e611cd5ea4b3f4abeafbaf77ee16 54 0.02/1.00 vMB 45
159,173 159,173 00000000000009d0a12e1a3fd40ec38da81d6df4bb2fddc3ca8af23a650e30ed 30 0.03/1.00 vMB 52
159,172 159,172 00000000000009e9534e25c43790d08f79ab79083d5e0ea1330374803203bf31 12 0.01/1.00 vMB 149
159,171 159,171 0000000000000305ab13ae3d00380f65d8c930a557429bc278d09a6f7a7f8c79 60 0.02/1.00 vMB 16
159,170 159,170 0000000000000e2390b01b6e26401380951846f8c4bc9ceb00c7dd7e31ad5f8e 51 0.02/1.00 vMB 778
159,169 159,169 0000000000000411c8cc6cb49039050b4793562824919e500a15c5a66e1b5ea0 38 0.01/1.00 vMB 136
159,168 159,168 000000000000025df4850cee95151a1b261d98a55630eaed5b2c714eab2de264 11 0.00/1.00 vMB 57
159,167 159,167 00000000000009f67be492fd3bcbe3a84a757a67e75ac029dbf719f556386949 11 0.00/1.00 vMB 0
159,166 159,166 0000000000000e4ebb355b3ac3083c112d6f59708cb30d6857219775c4c7db98 3 0.00/1.00 vMB 0
159,165 159,165 00000000000001894f23d74ed1f2910d5213677dac7dc1814d53d159481ac425 23 0.01/1.00 vMB 0
159,164 159,164 000000000000084a191b623e93ee547df7e9efbe767d64ea5e53cc507cd0ecc0 4 0.00/1.00 vMB 72
159,163 159,163 0000000000000897b855cda1cf58bf6b1b7ff37e05eb0d708e66ee25ee2736bb 19 0.01/1.00 vMB 301
159,162 159,162 00000000000007fddd0af3b0f67ffadc2b779e45c24f4f7dff602534787c820c 9 0.00/1.00 vMB 35
159,161 159,161 0000000000000aa44aeb4d3fafa1e489e8a4cdc50976c3ef05f2503ff92b71a8 11 0.01/1.00 vMB 47
159,160 159,160 000000000000073bf64890346a9c57b58ddbc23d713a37296256ae5316d1bf87 12 0.00/1.00 vMB 0
159,159 159,159 0000000000000860c6ad331645a54ad08ed34422a9e778105c383c3ab1bdea0a 12 0.00/1.00 vMB 50
159,158 159,158 0000000000000ad306518f747af5967a9ca8282d6b5db32c404c75d78862ed04 75 0.03/1.00 vMB 51
159,157 159,157 00000000000007852495a0565f576ed70c0f2ea38ab6f214ff0e3fe5baf41a2a 5 0.00/1.00 vMB 889
159,156 159,156 00000000000007f063852f0aad58a4e71c31ed678fe086b34b01c4caa12f75bc 15 0.01/1.00 vMB 87
159,155 159,155 0000000000000512959e3bfc540822b92b6e6520aa9d040d35c876c98c1f8f2c 9 0.00/1.00 vMB 50
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.31 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.