Loading Tool

Explorer IconExplorer

Memory Pool

80,843 transactions
30.34 vMB
0.13012429 BTC
Random Selection Loading Transactions
Max Size: 181.67/200 MB

Candidate Block

Mining Attempt 0b5eec9ef93f6e6fd4d643fe38baf41db053ad73fc83e6509dd2c24d7ec64cde
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root a49700f757b88167766eed0043819e19437bd2dba409ef0cbf829efb5e36cfb5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,708
Size: 1.00 vMB
Total Fees: 0.05865041 BTC
Feerates: 150.86 > 5.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (284,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,267 630,267 0000000000000000001094d8c8ab4a3adada33a97691f6cd92d1de424110f0a7 3,068 1.00/1.00 vMB 93
630,266 630,266 0000000000000000000f756f30bbd6991727dec558663937fecf2e31d1622039 1,822 1.00/1.00 vMB 100
630,265 630,265 000000000000000000031c32a034e0f8844f638828c4deea5f93bc0a0052fc62 3,069 1.00/1.00 vMB 125
630,264 630,264 000000000000000000059eb2dd34f27f1bda9e8f1298422ac441bde4d871e59f 3,091 1.00/1.00 vMB 125
630,263 630,263 00000000000000000006df2f31dab9a0931a01f237a6dc8a8f76dc137f915205 2,816 1.00/1.00 vMB 123
630,262 630,262 0000000000000000000ccd21e300871bd932f5870951e0c843d2464f5b8bda5b 2,874 1.00/1.00 vMB 107
630,261 630,261 000000000000000000079c66335bdd01de71622c85675036927172a7710af06c 3,110 1.00/1.00 vMB 113
630,260 630,260 0000000000000000000df47913f25eec693b60d85a77ed3f80143ca55f108878 2,984 1.00/1.00 vMB 113
630,259 630,259 000000000000000000000ddef68db5b34c60728be2b918bea263ec27dc6a50cb 2,545 1.00/1.00 vMB 124
630,258 630,258 000000000000000000051c53dadb17cfb7d3617908473fe2f6d9a36a54d6b40b 2,601 1.00/1.00 vMB 121
630,257 630,257 0000000000000000000c442bb7c8ae71e640a7b29b16a7665022fe0d76583907 2,937 1.00/1.00 vMB 122
630,256 630,256 000000000000000000102061b24139f3f0804a977f3caa56acc41fcfd0ad9a31 3,084 1.00/1.00 vMB 113
630,255 630,255 0000000000000000000918f9f8557907b0486f5962f9d41f4b52d9df8a1c3173 3,046 1.00/1.00 vMB 134
630,254 630,254 0000000000000000000a5beba3c3bcc422750b1ef44aadabe8099a8fd23bbf40 2,515 1.00/1.00 vMB 116
630,253 630,253 0000000000000000000e6701f2a28b7c677c94980ad353342394177d300cf904 3,144 1.00/1.00 vMB 130
630,252 630,252 00000000000000000005db443dc69fd766f8481fd12c1af552f1cd26351709ee 3,383 1.00/1.00 vMB 159
630,251 630,251 0000000000000000000782c3f2bcc6a706f0fcc0d74c369bd5d8c5fe094e4d31 2,059 1.00/1.00 vMB 104
630,250 630,250 000000000000000000027f2c7461c9ed951314d6886df16042e1c54bab0c48c8 1,910 1.00/1.00 vMB 108
630,249 630,249 0000000000000000000e8ce7ddb246b85b7a990b221db0c643b00bdc8835ef0c 2,256 1.00/1.00 vMB 115
630,248 630,248 0000000000000000000cb3e60b33f477ce3fe714e738669f63f2874c6e84d5c5 1,914 1.00/1.00 vMB 119
630,247 630,247 0000000000000000000a6b609f71506e6dedd03782f865c03e1512a875a7287d 3,119 1.00/1.00 vMB 143
Previous 10 blocks ↓
Total Size: 782.57 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: 671.24 GB
    • Received: 15.89 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.