Loading Tool

Explorer IconExplorer

Memory Pool

79,581 transactions
29.24 vMB
0.07559394 BTC
Random Selection Loading Transactions
Max Size: 177.76/200 MB

Candidate Block

Mining Attempt d91b15ff0478cccba755a2a922c261aa9b8cf8b221e49b4d3e108b2c988e092b
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root 0a468d40020d6cbf71ee807c99b7fa5b67574a90eae2227c6894b946ce2f679f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,122
Size: 1.00 vMB
Total Fees: 0.01436184 BTC
Feerates: 74.86 > 1.44 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (464,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,307 450,307 0000000000000000027faa189c7a65d05460e2ecffce7d0f4a03b93c57b35074 2,163 1.00/1.00 vMB 101
450,306 450,306 000000000000000002746b8e4e7300c3c5c9897a916c04fb4a4de601029c7fc9 2,241 1.00/1.00 vMB 83
450,305 450,305 000000000000000000d533c1eef415786ab13f6e891e2cbbc7007b236924c80a 2,581 1.00/1.00 vMB 73
450,304 450,304 000000000000000000dbffaf49257fa78550f3715528edc0a2d789673a73fa51 2,093 1.00/1.00 vMB 87
450,303 450,303 00000000000000000154f4a658376246e7db6a9a5f0f10e2394d3b4fc85a6b1a 2,355 1.00/1.00 vMB 99
450,302 450,302 000000000000000002118b8c7b1cbcd9a3382b10f120c9b3f6c1b0966a101930 2,087 1.00/1.00 vMB 117
450,301 450,301 000000000000000000b9d287b88c1a742e48ebb3ad2393a788375dc87857fb0e 516 0.32/1.00 vMB 57
450,300 450,300 000000000000000001d58f256ffd4916bc2b250dc30f32ab54033f2cc99dcc50 2,674 1.00/1.00 vMB 92
450,299 450,299 000000000000000001600b3f3c22a63c5d7efe9d91ad708eba3fdfe1c58ecb06 1,683 0.84/1.00 vMB 64
450,298 450,298 000000000000000000dcaaf73e069b6a630f6511e2e3549ea35108bf7e290cdd 2,310 1.00/1.00 vMB 72
450,297 450,297 000000000000000000342115a739daafc6ad89353495fb2de7ac0c99f33f7439 2,288 1.00/1.00 vMB 117
450,296 450,296 000000000000000001017af150b3bc97e3543700a958244b3ba70903fbfcd076 2,082 1.00/1.00 vMB 85
450,295 450,295 000000000000000000f5d8ed583fd4324d000e25e5ef108741b35b091ccb14fb 1,355 0.65/1.00 vMB 79
450,294 450,294 000000000000000001fe0bc2c6e392c358fd0ce1620e870d72709d7f0cbee633 2,539 1.00/1.00 vMB 84
450,293 450,293 000000000000000002023020d7faec2242d0d5f275e2df7fd623c528cf659dbb 1,601 0.69/1.00 vMB 86
450,292 450,292 000000000000000002b7bae0c5efd66029d19d4a3cbebcbe243f40be4e9cd6b8 1,917 0.96/1.00 vMB 80
450,291 450,291 000000000000000001e8b0f782080688adbd7eea9238231b0ce6b77202847928 858 0.39/1.00 vMB 64
450,290 450,290 000000000000000001cfe6a23a8c8f15d080c8ea48dbd218b7cb716c6faee301 1,991 0.87/1.00 vMB 83
450,289 450,289 0000000000000000007cb781272f218557133377d39ced907573357fb49f4dd5 954 0.41/1.00 vMB 80
450,288 450,288 0000000000000000005e76e9dfe6c734506a947252f1e8dabb0a4ef42a6a8540 2,633 1.00/1.00 vMB 93
450,287 450,287 0000000000000000017b03e52240190498c5ff37010a0ac2f29574574f82759f 235 0.08/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.54 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: 669.11 GB
    • Received: 15.73 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.