Loading Tool

Explorer IconExplorer

Memory Pool

85,200 transactions
32.98 vMB
0.15724332 BTC
Random Selection Loading Transactions
Max Size: 196.37/200 MB

Candidate Block

Mining Attempt aeed67842739d9216ff780263338686c816e5adfc1ce3cc96c545bad586d0e27
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root f233baa2c5c80546b75a6c0e10c501ff802738b15f781a3ce29a4b54a7e4a7bd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,602
Size: 1.00 vMB
Total Fees: 0.04857681 BTC
Feerates: 318.30 > 4.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (461,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,395 453,395 000000000000000002513a3c8aca35be5456c02c42d1fc016702ed7a401663ac 2,120 1.00/1.00 vMB 159
453,394 453,394 00000000000000000129ec42ca65c39552d6f452e68196aaf9986d2a7e8e41be 1,044 1.00/1.00 vMB 140
453,393 453,393 0000000000000000009405e0bd6e2a7479a491a2c43c5130a18052f5b8708d72 578 1.00/1.00 vMB 141
453,392 453,392 000000000000000000e54a4381d0f8a748948877b64d480e59f9ecec02869d77 1,752 1.00/1.00 vMB 180
453,391 453,391 0000000000000000017cbe435f397a09dc83d8898396f562a288870221d02b2b 2,359 1.00/1.00 vMB 150
453,390 453,390 0000000000000000007a2548c1c81bb1e635bd2c2554b1ed9e111aecbf8c668b 1,178 1.00/1.00 vMB 74
453,389 453,389 00000000000000000095f28d7759ae2eb11610863f21347f7ff52e4ea4783235 1,838 1.00/1.00 vMB 93
453,388 453,388 000000000000000002951d7c13a3c9bd90cd2d2c9bc8c917a57091b52ed1711e 2,704 1.00/1.00 vMB 155
453,387 453,387 000000000000000001b5f16753a5a1058a33338022851d4075b9974a5a2b4567 1,116 1.00/1.00 vMB 66
453,386 453,386 00000000000000000136c36490a3682aa26e67de459948817424038a1779b4f5 3,112 1.00/1.00 vMB 99
453,385 453,385 000000000000000001d2b199ac4e7e37be2e3fc1287df619e4fce2699ad50aea 4,013 1.00/1.00 vMB 77
453,384 453,384 000000000000000000b3b4fb50f144c9c1b0fad75ccfed19f249db72455de378 2,297 1.00/1.00 vMB 110
453,383 453,383 00000000000000000068309ece0907017170887da93c5efac65cdbe33665db81 2,065 0.99/1.00 vMB 118
453,382 453,382 0000000000000000005b4c000d5e4476f7329e60d6485a67713e4ad34a7a38af 2,010 1.00/1.00 vMB 90
453,381 453,381 000000000000000000771ba46ca02f4a0519605f8a307ed26cc2519cbfec2051 2,230 0.99/1.00 vMB 81
453,380 453,380 0000000000000000012107cd19a3d8ffb9c24fbf2eea68022a604027129ded46 2,646 1.00/1.00 vMB 85
453,379 453,379 000000000000000000061e8ed28f372d64c6348a2125fa88a5caf76232a0685c 2,295 1.00/1.00 vMB 87
453,378 453,378 00000000000000000259690d8a3085d3a9a588bb2b25eea11f4efc169d445637 2,483 1.00/1.00 vMB 111
453,377 453,377 0000000000000000016ce155cf9a1a4e0788f83d86a8f48f89a0c14048194d9e 1,831 1.00/1.00 vMB 108
453,376 453,376 0000000000000000023d0bcb590ab40210174cfce428312e9ab8f651c589f09f 1,838 1.00/1.00 vMB 116
453,375 453,375 00000000000000000299fd704f034e35fe7efded87270aea8e00d5cbece62791 2,827 1.00/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 783.00 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 718.86 GB
    • Received: 17.97 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.