Loading Tool

Explorer IconExplorer

Memory Pool

44,777 transactions
27.31 vMB
0.08019227 BTC
Random Selection Loading Transactions
Max Size: 144.22/200 MB

Candidate Block

Mining Attempt ea8d0bd191a340bef85189237ee2bd415a247ba2534e7a4ee8fa9680198226c9
Version 20000000
Previous Block 00000000000000000001f5a331a027bc0be29c9295c200059def10bd81bfe125
Merkle Root 44a2057444faa8a5580d2aff536ef61ff57246671905f658a0da642a17665955
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,827
Size: 1.00 vMB
Total Fees: 0.02937382 BTC
Feerates: 200.83 > 2.94 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,801 (314,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,729 600,729 0000000000000000000c479d0cd5d4278157ab1f8a0c14265c9f17ae34874b85 2,436 1.00/1.00 vMB 27
600,728 600,728 0000000000000000000769015a688b478c3e30b290cf9bc2c3dfca7ff3714cce 3,038 1.00/1.00 vMB 49
600,727 600,727 0000000000000000001321a0df7ebc1822ed80ab594b10688c36d79f80b3e255 2,059 1.00/1.00 vMB 3
600,726 600,726 0000000000000000000d3642dfb2f6a26e960ea4d164a054ac361180e2320280 1,682 1.00/1.00 vMB 10
600,725 600,725 00000000000000000010edf1948e5ef59fb95dc0949b7a5f1a90e5e305e940fb 2,116 1.00/1.00 vMB 18
600,724 600,724 0000000000000000001093ee8396af0643bbc415b294c433e32ec1dc2d013898 2,951 1.00/1.00 vMB 25
600,723 600,723 000000000000000000011ba090dae9d35e4f9b544778a62a2368ce66d1fadee0 2,696 1.00/1.00 vMB 55
600,722 600,722 00000000000000000001aea66fc8bc7a8161c20897df3282a82017e2c83053ae 2,578 1.00/1.00 vMB 29
600,721 600,721 000000000000000000159497c6a0b262d49b1ec0dc96e84e660e5c1cebae9273 2,852 1.00/1.00 vMB 56
600,720 600,720 0000000000000000000603a435813ccddc83f6ce663d85222eb9f7e8cff16b05 2,722 1.00/1.00 vMB 24
600,719 600,719 0000000000000000001348dfc8a792677f11a0b7a29e034e402cf700e6ffb721 2,152 1.00/1.00 vMB 20
600,718 600,718 0000000000000000001206b1dcf19a2c3970b090d0b0a37bd6f3e69d9c29fe2d 2,590 1.00/1.00 vMB 10
600,717 600,717 00000000000000000014fa06050f8e78cb6cea2dd87e5a49016863e08958c4f2 2,722 1.00/1.00 vMB 41
600,716 600,716 00000000000000000014bc93aeb9111406646749f1a1266d683f9632d88f0233 2,535 1.00/1.00 vMB 26
600,715 600,715 00000000000000000005d7e7e3d91fd9d9ea66f230adb9ea2fd09ee6c0825a5c 2,541 1.00/1.00 vMB 59
600,714 600,714 000000000000000000119e92314e9bc457e57768c59f0d19df8d556738d41d13 1,002 1.00/1.00 vMB 7
600,713 600,713 00000000000000000001acabf33e24b206fe7e35fa5c86b49e8a5b5d30b5f475 1,799 1.00/1.00 vMB 14
600,712 600,712 0000000000000000001495f70c322b81f953d477bae578049e900d7e590da279 2,152 1.00/1.00 vMB 12
600,711 600,711 0000000000000000000426977c99be7a9ad7c8786c97c57243476a47b200a950 2,206 1.00/1.00 vMB 17
600,710 600,710 0000000000000000000a0118c15c1e898c86a8f3a01092bd60416955ef70c37b 2,494 1.00/1.00 vMB 18
600,709 600,709 0000000000000000000fa16c5a0cc7f534d3cce0b2df8233988f8ac04b191baa 2,051 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.03 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: 650.41 GB
    • Received: 13.28 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.