Loading Tool

Explorer IconExplorer

Memory Pool

25,515 transactions
7.24 vMB
0.02952356 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 6 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.26/200 MB

Candidate Block

Mining Attempt 56996ddb54ee21b79335a4b4833aaaebc93b967d127c4851caea16c16faad595
Version 20000000
Previous Block 00000000000000000001224e274d714499fed1a2156ae81473f2105be1442fde
Merkle Root 132d165aad77b60c3dd9dfc552d85fe4b36b7247e663922b11f44e2d39ce8e3d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 661
Size: 0.30 vMB
Total Fees: 0.00990754 BTC
Avg Feerate: 2.18 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,096 (759,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,060 154,060 0000000000000d751fc44b22bf3061acf2dcbf35f6508fae1a22bcf10ed34f19 0.01 MB 19 111
154,059 154,059 0000000000000acd8be645dfadc28e0e8d20230c0dae6c27a665e66b259de2bc 0.02 MB 86 5
154,058 154,058 00000000000003fd00c4db9a32563a67e33c68f93a4d4c1e00da344d40ecc682 0.01 MB 33 212
154,057 154,057 0000000000000a1f870dff3c2d986230bd05baeda10eabb6973c75b98c6b8887 0.00 MB 12 70
154,056 154,056 0000000000000dd70d4e4d49d254fabb69ce17c885220bb5f4dd5975e2aec4df 0.01 MB 19 237
154,055 154,055 00000000000005f028cd96760ebdcdd1cbfa15ca1ef2423933ed8bce3edd7a1e 0.02 MB 45 66
154,054 154,054 000000000000061b9c91cfb701ebfe08c6023916f82881e31fd38ea41009d72e 0.01 MB 11 388
154,053 154,053 0000000000000968a034235b8ab6017bd9fe6134dbbb13a6ed546f85f2733ce4 0.04 MB 55 35
154,052 154,052 00000000000005dc58c6e15a3ec09f6031a5a3c4963df1a951634c5bf32bdd17 0.05 MB 51 128
154,051 154,051 000000000000029661ea7e01150ebe868f1110bb081f5c588b65729aa32a62f4 0.01 MB 27 123
154,050 154,050 0000000000000d797db0228615cd7b6e3f108be107cb0e3863f418c754149ea9 0.00 MB 8 32
154,049 154,049 00000000000003a63947224d0c88bef715c174186c3f4f0dfd58ffaefa60b955 0.01 MB 21 264
154,048 154,048 000000000000018951b2d078e606656b07e7dfc9f5373d9708b5f6fe58974f50 0.04 MB 164 1
154,047 154,047 00000000000008af6cc50bb508441c3dbe14b6517aa34120b67d8713ade0dabc 0.01 MB 56 169
154,046 154,046 0000000000000000761e1bef3848536167a22fa6da61cfdd482f7dac62c49b89 0.02 MB 59 120
154,045 154,045 0000000000000b32fc74b24919dc2498087463c3bb914988736c6bd8849ab09a 0.01 MB 19 0
154,044 154,044 000000000000041bd1c49380c741a5a4235eb69177b494e14c070c9f2dcf5f1b 0.01 MB 26 50
154,043 154,043 0000000000000548bdf472f4d943178c20887b675169faa9fa4df8443a9f2156 0.02 MB 40 179
154,042 154,042 000000000000077aebfaa3f01c35d44b13879565752a13a359b283beb7bb2fcf 0.05 MB 146 13
154,041 154,041 00000000000004665da1a3c298784f55e7c79fa463830fa548f39e6389fbeb47 0.01 MB 24 83
154,040 154,040 00000000000005924184a28347d023a76ec4e39394cf0dbfd299b4f04a2e9e3f 0.01 MB 31 5
Previous 10 blocks ↓
Total Size: 779.02 GB

Node Details:

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