Loading Tool

Explorer IconExplorer

Memory Pool

28,117 transactions
9.63 vMB
0.09737013 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.07/200 MB

Candidate Block

Mining Attempt cee6a0c466b363060a8700effadff7ee064c8eaa107f46d2816f79fd91315248
Version 20000000
Previous Block 000000000000000000018c023f819f79210c69673a9160c3d44423c304872a47
Merkle Root ec6a07bed0d35ce31ec470a3d3ca86dd040e3d404cc9a187fd0d82dfdf707f84
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 889
Size: 1.00 vMB
Total Fees: 0.02367307 BTC
Median Feerate: 3.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,222 (664,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
248,826 248,826 00000000000000807d825c8b4988708a7cabf64b2f9082b551e6ee6b49251db1 218 0.10 vMB 140
248,825 248,825 0000000000000023fe1fd5d1fee856b9eb497614fd95165a153efbcdb6e198e7 6 0.01 vMB 47
248,824 248,824 00000000000000269b2879ff9fd218c365aa94833ddd1c2fb9c0b918c5d1dd59 114 0.06 vMB 98
248,823 248,823 000000000000006cb22883449d80b86dc702c2c67956de98bba0e4fab7152c92 64 0.03 vMB 135
248,822 248,822 0000000000000081fcb0bdec764e5200804a58c3658039deda52252801ad48b0 225 0.10 vMB 123
248,821 248,821 000000000000007ba398d98103213b37b6d70e98bffe61aefa2fb300e160b6ad 12 0.00 vMB 48
248,820 248,820 0000000000000089429eae5a5e9d7a0812c5a5631dcd37ca38da45c530f55288 32 0.01 vMB 91
248,819 248,819 00000000000000435a340b973a782a06e8a30c747119545e603f7d1e24897cc9 264 0.19 vMB 72
248,818 248,818 0000000000000074c74dd9e26aeb050aca651cdc1e775714c2711ef3affdc6b0 124 0.05 vMB 105
248,817 248,817 000000000000001b6cb5270f1071c4b4b33a914246409b57654e3234124212e3 64 0.03 vMB 137
248,816 248,816 00000000000000325e2f0b47c71f2985c1cf5656cb423fa1f322d867deae0a27 76 0.04 vMB 85
248,815 248,815 000000000000001112c607384c0f1cd50c0b7634379e90ed361039ba10470f00 105 0.04 vMB 147
248,814 248,814 000000000000007486058e7cbd671f0b7d903d887656d34c51d7e12d65b5ebcd 128 0.06 vMB 134
248,813 248,813 0000000000000004a40765f705b40f7ae85cb353f470ccb7c32a57be2a2a47fb 128 0.08 vMB 34
248,812 248,812 000000000000000879cefca6ae6eefcae810317f8948eb2ee1e1874af178e842 250 0.14 vMB 128
248,811 248,811 000000000000004483fd7b7aa12f5c8f11322769365e42d176b16b228630498e 346 0.20 vMB 111
248,810 248,810 000000000000004d32fd59c184e9d49aaeff6556e85d3282da5a2f26e638ea61 15 0.01 vMB 47
248,809 248,809 000000000000007322ba0f5adf6d84bdadc23a4d83aa004dd71959330013692d 364 0.17 vMB 138
248,808 248,808 0000000000000030f0046559d21bfe4fb457dddba7f6abba282cf9089f1e78d3 8 0.00 vMB 126
248,807 248,807 000000000000006f32332a969ceed04f7c896b6d85532439e3e6ea5ba28f45f8 10 0.00 vMB 166
248,806 248,806 00000000000000567a5e3c323d324e787e69bedeef0f53661c1e90be74f74942 97 0.05 vMB 114
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

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