Loading Tool

Explorer IconExplorer

Memory Pool

37,323 transactions
18.93 vMB
0.30112580 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 10 blocks ()
  • 3 sats/vbyte = 6 blocks ()
  • 5 sats/vbyte = 5 blocks ()
  • 6 sats/vbyte = 4 blocks ()
  • 7 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 98.94/200 MB

Candidate Block

Mining Attempt 7aceb2160bbe0558d0c5ccc9b07f013d7446c60efc40c8a26846257367ef35da
Version 20000000
Previous Block 000000000000000000003a062576f0e1187aedd3325288bf9f43815f057dc01b
Merkle Root bc3f3a01417aa2d95b104739851fe2dc52bec3630b2af9de49328dfa1736e23f
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,373
Size: 1.00 vMB
Total Fees: 0.06214673 BTC
Avg Feerate: 6.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,056 (719,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,272 193,272 00000000000007a3163953fb728468dbefa83cfdd5568c7ea838bb264b8342e8 0.05 MB 162 164
193,271 193,271 00000000000002b39e6a4f560798bf1ef2c00c43e7e52ab333ad2622f7b1da83 0.50 MB 1,852 10
193,270 193,270 0000000000000080e7e48314b6e964c00e4ee8cff8360c37338f03fa3c7c1cc2 0.03 MB 105 33
193,269 193,269 00000000000003a64ec4952cc89515a0c4c1d921c27cfe1ed8ddf062b9c57e33 0.06 MB 128 78
193,268 193,268 0000000000000149d231f8a9a4b514dc427226ecf84a54893d5c31e017bb22ef 0.01 MB 32 0
193,267 193,267 0000000000000415e468f084acc67374e265b31a8d54c13ecda167d16a293a81 0.18 MB 514 153
193,266 193,266 00000000000000fbd7b1e0a11dfe1d65a1faa2c2dd7ef2b5e40b1ed9062144f8 0.03 MB 70 88
193,265 193,265 00000000000003494dc34041e8945f1605ada767ed5b414fe0d85d569d9e5c24 0.03 MB 64 108
193,264 193,264 0000000000000163e888cb3642b050fd451e0cae3206c4cab527fd1d473f165e 0.01 MB 32 134
193,263 193,263 00000000000007b95cfdb85ffd71c9a98bce40555998fa6bc20c9b386b904877 0.17 MB 430 198
193,262 193,262 00000000000002a21a48e59de1d86109df42cc88503c85bcf487a141118954f0 0.06 MB 154 131
193,261 193,261 00000000000006f5c6f4e0fac8962d1af73e82084cdef20ce9cc90bc5ef647c4 0.02 MB 71 149
193,260 193,260 0000000000000449b83b279063ebe9a550c074bd1e44453373188980274a14bb 0.01 MB 40 211
193,259 193,259 00000000000002c945082036d6f00960a1d0b11da1a8ada49c9670933b56ed27 0.03 MB 97 142
193,258 193,258 00000000000007dcc094f72478f6596b99f18557dc917d63eab0307c728ed97b 0.09 MB 128 27
193,257 193,257 00000000000006d773e00b9245e83ebf51e666bac4adb9f60624eab2391c8184 0.10 MB 240 115
193,256 193,256 0000000000000193743e2e36df6330c7fcd7a4ad125b7f00d4c4587ccb6fe966 0.23 MB 501 188
193,255 193,255 000000000000052a015f0d7987ffe07cb3a863966a551946e3d8783f4bd81478 0.00 MB 8 14
193,254 193,254 0000000000000014ff736cfbb1b865492ac498ba67481fb0168c59a3c046b0e1 0.05 MB 164 84
193,253 193,253 0000000000000541fbc48417596a99f39442fdc14f21e1ba054de933e3f6ea31 0.07 MB 180 100
193,252 193,252 000000000000020505fe4908302ba226b388e37d40ac432dfc59b4c325020945 0.08 MB 171 116
Previous 10 blocks ↓
Total Size: 778.95 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 54
    • Outgoing: 10
  • Data Transfer:
    • Sent: 58.75 GB
    • Received: 0.20 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.