Loading Tool

Explorer IconExplorer

Memory Pool

82,332 transactions
34.55 vMB
0.14571510 BTC
Random Selection Loading Transactions
Max Size: 196.24/200 MB

Candidate Block

Mining Attempt 8b320a1cc95d7fa17194882d246645f2c5939b0a87b0146277a543cf190b54fa
Version 20000000
Previous Block 00000000000000000000aa97f17fcd4190ff7494250e14bca9e94250dc48a75e
Merkle Root 3038dc6ecbfaa1a9185c6d521eee1e494a0e22fc4829cb898e572b7323c160d8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,021
Size: 1.00 vMB
Total Fees: 0.03105114 BTC
Feerates: 104.71 > 3.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,407 (480,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,271 435,271 0000000000000000001289c3af748e292a126486bc2c34aceea3f4e31c55192f 1,573 1.00/1.00 vMB 43
435,270 435,270 00000000000000000003d3cc56cef36fef62daca25ac7073920e35006fc81453 2,660 1.00/1.00 vMB 68
435,269 435,269 000000000000000003378ae903e53b4ec24664905b1a3854bec16e5e2bc1d299 2,903 1.00/1.00 vMB 88
435,268 435,268 0000000000000000008fd34f1c432f33b38579e98fa989c085a8946e597673f4 1,450 0.63/1.00 vMB 64
435,267 435,267 000000000000000003a1ccce40be9fbe64b3891ff759d8e9a4ae3cd8f930f0cf 2,723 1.00/1.00 vMB 70
435,266 435,266 000000000000000000210e5d83ae553e40d5b692719325bff4405bfed6e5b986 842 0.43/1.00 vMB 59
435,265 435,265 00000000000000000283ea9d4acb885bd689abfe2c3771e8b52ecbbd5e8dcc0a 1,928 0.99/1.00 vMB 50
435,264 435,264 000000000000000001c7eca758bd3d846ffa94db6fb73957f2a733d19bcc26e4 1,737 0.71/1.00 vMB 63
435,263 435,263 00000000000000000300ce74d16ae56321c11d2e8aa107a7e22cf84ff723a6fb 2,263 1.00/1.00 vMB 58
435,262 435,262 000000000000000002d6c56f3900dd78ea9643d8a8771cd2357e7f883fb3580a 1,461 1.00/1.00 vMB 43
435,261 435,261 000000000000000000e1cf63bdd00072a7c3dbf5cf8d5505a70d5c7267dc56bd 2,330 1.00/1.00 vMB 67
435,260 435,260 0000000000000000034b14f95eb3b7d03b66a0e2442f6ec9a81df26c3c350d5a 2,690 1.00/1.00 vMB 63
435,259 435,259 0000000000000000012f7b99099d2fea3844054320f7e8c0bbcfbedbe0900a4d 2,319 1.00/1.00 vMB 60
435,258 435,258 00000000000000000205e89865307156f163ba4ef2f7c68f0d02a9283be1c0af 2,093 1.00/1.00 vMB 99
435,257 435,257 0000000000000000019c88d9a14a0bda1e5181c356d9a69fe2f44724e3b1114a 2,393 1.00/1.00 vMB 64
435,256 435,256 00000000000000000099c5f7f10d44ad31b9b29f3cbe88431110ca7c1caea95c 2,557 1.00/1.00 vMB 70
435,255 435,255 000000000000000002cdd84d7cfe24f748bc48982e60311416108b2ca6d9c381 2,397 1.00/1.00 vMB 71
435,254 435,254 00000000000000000367ae2adacacccd1247196031a01d7de5d8a4a0571ffd77 315 1.00/1.00 vMB 7
435,253 435,253 0000000000000000021911af9662ed5a3265388a66fa6353debd33396043c411 1,165 0.60/1.00 vMB 57
435,252 435,252 000000000000000003882f4015d43be5e0fff1fab8686030a5411ec10cf604e2 843 0.42/1.00 vMB 49
435,251 435,251 000000000000000002420c668c07190a0ccd2b95893020220b61e3204127f18c 1,133 0.67/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 783.09 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: 726.48 GB
    • Received: 18.45 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.