Loading Tool

Explorer IconExplorer

Memory Pool

32,028 transactions
9.78 vMB
0.14607795 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.26/200 MB

Candidate Block

Mining Attempt c3a20829083e210f6278e080218ea1fc3405023f3195a7229fe72ecb73c22adc
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root b7b9ee391b512827a1bc7cbdf74fbc9de999fb3f7a2ed76d739accd08268acf7
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,319
Size: 1.00 vMB
Total Fees: 0.06390719 BTC
Median Feerate: 4.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (723,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
190,079 190,079 0000000000000493ad20a4a8670b96a020121d7010544081d242d540239128d2 64 0.04 vMB 86
190,078 190,078 000000000000089c22d6f13ca9cb80480382e23ab4a111a3c8704ef5049bdb47 25 0.01 vMB 110
190,077 190,077 00000000000000f22b22b7c9b19cb23ed411e16369a7641308e83282e3edbfed 12 0.00 vMB 33
190,076 190,076 00000000000001d4650872b2bf2e7f5bdb28e48ab323233bbf675b6cb2f75bbc 235 0.09 vMB 130
190,075 190,075 000000000000032f48984c7c44ee336b9119f6359cee5e9f0d9896c2f7ab03a1 125 0.09 vMB 93
190,074 190,074 00000000000008475e7f1915632275753491c21935bd374b57f1dd5b4197b0ac 211 0.08 vMB 130
190,073 190,073 000000000000065f89262b1326bca6960722d52c8308ad4b7925c43fef53defd 96 0.04 vMB 80
190,072 190,072 000000000000058c496b121a480a514bc023f987a7397e5b5e8862ec07209174 7 0.01 vMB 116
190,071 190,071 00000000000007975cb5abe4669633da0c1ed04ea8f01e40a2c3a730a2221762 171 0.07 vMB 131
190,070 190,070 00000000000002055094062d65ed5ab16dd39c355eec2b0537b0f59c4050ddef 89 0.03 vMB 72
190,069 190,069 000000000000059ba7093b292be9863fdf23008af8dcfedec01a18848dda10ca 64 0.03 vMB 146
190,068 190,068 000000000000084be259ecb02fb84a85dd73e30403ffe698a072fb6b01990c7f 23 0.01 vMB 71
190,067 190,067 0000000000000546f2211e22bc700776c3699ce9bed096566db886fbc6a3ee43 93 0.06 vMB 95
190,066 190,066 00000000000003b113bf4bda8a674707ef5f83221373cf3f2f37b9aa6da4f405 128 0.05 vMB 140
190,065 190,065 00000000000001c0d8869afa19e48f8555b7947a65babc37bafc1a11d6455547 27 0.01 vMB 89
190,064 190,064 00000000000001ed1373f0ab232e4cc39a196058cd65da65e1daabf272bf7314 41 0.01 vMB 130
190,063 190,063 00000000000000426ba99a7721575114e77705ccd5cc9fb98e04de452f474264 277 0.11 vMB 116
190,062 190,062 000000000000075d5bc6af148d554d80ec451909e24ca819cf234dc18cf8ee91 370 0.21 vMB 115
190,061 190,061 000000000000058fb6763e7733be80c86b4b8dfafc5f25f85bc18831ad0b4aea 1,098 0.40 vMB 150
190,060 190,060 0000000000000096f30522497713a6786833eb0d201c1608a744caee8441b07c 103 0.05 vMB 81
190,059 190,059 00000000000004f8a7558e890cbddc7be941c7e42e3ec37f0de318426bdc022e 117 0.05 vMB 67
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

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