Loading Tool

Explorer IconExplorer

Memory Pool

89,312 transactions
33.07 vMB
0.21000431 BTC
Random Selection Loading Transactions
Max Size: 199.85/200 MB

Candidate Block

Mining Attempt 833ddb44d55ce50eb5f99529f3d52aa82d25ddbe40880ada2de6e40e467e98ac
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root ad3de2d2910de245e7bcf12839ace13b43bd4c25cd7001c5712c836bfe1812ce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,636
Size: 1.00 vMB
Total Fees: 0.09424034 BTC
Feerates: 387.56 > 9.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (313,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,266 601,266 00000000000000000003eb2660f09478a6db14e0fa16a0d7812ba8350dd2b96c 3,188 1.00/1.00 vMB 51
601,265 601,265 000000000000000000113cee5cbdfc15a07eaf0c6dbc7ed648fea6fc8f562411 2,951 1.00/1.00 vMB 47
601,264 601,264 000000000000000000120af77573a2312e2a3d8c7aa61a9a030560786e75b87a 3,328 1.00/1.00 vMB 52
601,263 601,263 000000000000000000125e17a9540ac901d70e92e987d59a1cf87ca36ebca830 3,080 1.00/1.00 vMB 38
601,262 601,262 00000000000000000009a60478f29f4910e29224ea5ed63d77321ac8c624ec45 3,451 1.00/1.00 vMB 49
601,261 601,261 0000000000000000000611bfe0b3f7612239264459f4f6e7169f8d1a67e1b08f 3,388 1.00/1.00 vMB 46
601,260 601,260 0000000000000000000debf11962f89e2ae08f8ff75803b0da6170af6c5c346b 3,614 1.00/1.00 vMB 45
601,259 601,259 00000000000000000013b0ce4aff3e296a09438fb3d76d0873b78e62b820d1f0 3,856 1.00/1.00 vMB 54
601,258 601,258 0000000000000000000aea450898ccdcf9728e2cde6c5b17f6263f70d673cd6b 2,601 1.00/1.00 vMB 58
601,257 601,257 000000000000000000145c03666614e878591dcdad8241486dc421919416219f 2,016 1.00/1.00 vMB 40
601,256 601,256 00000000000000000000a7a69c85a27a71fdf47c8dd4658942202656bc97eb77 2,142 1.00/1.00 vMB 35
601,255 601,255 000000000000000000146c8d1df4eef4a9d3d65ea80faa1b273c8950e3a60768 2,229 1.00/1.00 vMB 34
601,254 601,254 000000000000000000112f3e99b197159a39ee66bed19705cc83a73aa938f6c6 2,247 1.00/1.00 vMB 39
601,253 601,253 000000000000000000121a01292b10fe4c7c4ce72cb04ccf9bf75e8c80951386 1,329 1.00/1.00 vMB 62
601,252 601,252 000000000000000000107528e77727109c833ded7d01b65d5342d91d2e4c8115 1,133 1.00/1.00 vMB 79
601,251 601,251 00000000000000000012a66f4473621c7144cfab6e36db2836cd959a6909fea8 2,063 1.00/1.00 vMB 21
601,250 601,250 000000000000000000125d073156a12259a9cf0b81f15473694b7d66a709777e 2,068 1.00/1.00 vMB 31
601,249 601,249 0000000000000000000e75b33bbb27e6af2fc3898108c93c03c293fd72a86c6f 2,078 1.00/1.00 vMB 61
601,248 601,248 0000000000000000000c1036cdee749a4fa008984002ee08b7f3af2d7bebe68b 24 0.01/1.00 vMB 36
601,247 601,247 00000000000000000012269d8bd0550bf3287d6978ede314c2cd09d2c714a716 2,317 0.79/1.00 vMB 29
601,246 601,246 0000000000000000000ed4d6011e9cf50f1087f266e7039427645b2a36540498 1,409 0.50/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.31 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: 660.19 GB
    • Received: 14.62 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.