Loading Tool

Explorer IconExplorer

Memory Pool

39,456 transactions
18.59 vMB
0.17093225 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 98.28/200 MB

Candidate Block

Mining Attempt 6169599d6a852b240655c3502685f34a07cc9522187e2434f20feab543d53407
Version 20000000
Previous Block 000000000000000000004a70f3e5f9adf9454018687410ec954195352aac5475
Merkle Root afd6c4e0faa89506bfde436e872233111709d37cf42b4a6a46c37fb4485f62aa
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,935
Size: 1.00 vMB
Total Fees: 0.04785631 BTC
Median Feerate: 4.46 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,329 (745,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
168,076 168,076 0000000000000740ff003ce67360432d1aee8ec4288e35d599bdc4d4d5965367 9 0.00 vMB 23
168,075 168,075 00000000000004087fac04c3914ebb5a5d5911d9aaa78133b255a9f9736b5d04 53 0.02 vMB 347
168,074 168,074 00000000000003dbafc90d35d83d71671ee2e52dd0aaaf285fff9178ba228a3a 81 0.04 vMB 37
168,073 168,073 00000000000003b65208ca2845ce0300fc77bc56a8397d69d9b79af8ee5b6ed0 13 0.00 vMB 17
168,072 168,072 00000000000002ad537ff3456e00a08531a028b123d9dd84783e169dfc908211 50 0.02 vMB 153
168,071 168,071 000000000000015c037b5ecfeec50f49a5e07741decb3b9874723409633e3250 31 0.01 vMB 188
168,070 168,070 0000000000000bda7dc6e0c951a9a988eba5eb765963fc289ce111af9c00d21f 55 0.03 vMB 80
168,069 168,069 0000000000000779fdb92de9e3aecf250936b8e0ed1e81bef4b9b03d9a35e3b1 10 0.00 vMB 498
168,068 168,068 0000000000000124df43e385bb34242aabaeb2d98dd6adfe2082e897eeef2faa 17 0.01 vMB 27
168,067 168,067 000000000000071fe62e9162f136e66f987cda3bc58081d437989362a4146b2d 70 0.02 vMB 0
168,066 168,066 0000000000000586361efe42c6fe22e8b8ce53eeff75d554db89bda34a6f1757 48 0.03 vMB 438
168,065 168,065 000000000000061015af4e241f0d8d979bb6efaf3b767cb4517978ab5ba534a4 31 0.02 vMB 396
168,064 168,064 0000000000000171ed7207034c76984564ae021af211847381958520d9086f73 49 0.03 vMB 79
168,063 168,063 00000000000005f6017600943b4876694dcd6f84bb6956991571e9bdd8964bd8 71 0.04 vMB 103
168,062 168,062 0000000000000ae99e4fdd697b927095c119e530f368fd646c1431117c0f7fe7 10 0.01 vMB 140
168,061 168,061 00000000000007d62bc3823733920fb61e031084f9c6e6cb802236dccfcbf973 4 0.00 vMB 80
168,060 168,060 000000000000049094a3014992445e23c367397d23fea2ff838a81f826b739a4 126 0.04 vMB 45
168,059 168,059 000000000000046875156cbe7685bea5615a0f974ceba57f71b189e83c9e8b35 13 0.01 vMB 191
168,058 168,058 000000000000022b256d47272c0f5f5c708535c7387005a47d4e677a6f7c02e9 69 0.04 vMB 31
168,057 168,057 0000000000000bff553c813c3d3a4c0572fd3504dcffcdf8bcf94712056d55db 8 0.00 vMB 339
168,056 168,056 000000000000027dc7b6159cfb8fede4f811a49c2b2afc6b237c7f468d990a18 26 0.01 vMB 71
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

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