Loading Tool

Explorer IconExplorer

Memory Pool

81,303 transactions
30.99 vMB
0.07894789 BTC
Random Selection Loading Transactions
Max Size: 188.51/200 MB

Candidate Block

Mining Attempt 77bfd823a7f853fd773f22d24bdf197ee61f15658339c718e78c48f0213e674e
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root d4fb8a80fe834bee93aced5f98f1d6cad6522753404e4a3705edcf0b4b3544fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,214
Size: 1.00 vMB
Total Fees: 0.01223367 BTC
Feerates: 73.20 > 1.23 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (350,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,101 565,101 00000000000000000017f0e708e3a68dd19a8d4d1fc8e17e02d6bc0741aa7490 2,720 1.00/1.00 vMB 32
565,100 565,100 000000000000000000035cfc99c134135d3a8ec020ff910ebceaa1cc241465f1 2,900 1.00/1.00 vMB 17
565,099 565,099 0000000000000000002b580d27f5b99381aefb17846b27641fe832390dfb643a 797 0.50/1.00 vMB 7
565,098 565,098 0000000000000000001cd3edd00851ace818999d57fb793f6a03820c5d181f54 2,725 0.98/1.00 vMB 11
565,097 565,097 0000000000000000001ac194609698a571ac0f46c18c6f60788280545a8d6ec8 1,963 1.00/1.00 vMB 12
565,096 565,096 0000000000000000000e98f9d7797bed01217ed1e6e649beb861f04483ba984d 2,598 1.00/1.00 vMB 17
565,095 565,095 0000000000000000000ded384b7cad55481a2d657713a8f16acb4866d9607160 2,814 1.00/1.00 vMB 6
565,094 565,094 00000000000000000007674ae6fc3a133cf529f4da9c9dffce1b54b5206d25e6 2,991 1.00/1.00 vMB 10
565,093 565,093 0000000000000000002afdd5a90fcc652b650bf2cdcbf31bc78ef959d5a64291 2,481 1.00/1.00 vMB 2
565,092 565,092 0000000000000000001034e8e051dba9ac133f2b1335754bcd3f9398fa66087a 2,587 1.00/1.00 vMB 13
565,091 565,091 00000000000000000021d1decee24b2ba01df068cb3271c3c74e5f37e2d55cd7 2,558 1.00/1.00 vMB 16
565,090 565,090 0000000000000000000f68e84de1673a0fc7bda08b7bb61b839c9a515e121dde 2,178 1.00/1.00 vMB 12
565,089 565,089 00000000000000000013c40483526c65cbeea7b6b4f360c958be11ab2a6f1dbe 1,180 1.00/1.00 vMB 11
565,088 565,088 00000000000000000004f4c74ba3c12b15031f01e6c147fe862afbecca72898c 1,628 1.00/1.00 vMB 14
565,087 565,087 0000000000000000000b740738fa52176addbd8dd68790da9cd45374d3e20dec 1,773 1.00/1.00 vMB 18
565,086 565,086 0000000000000000001a540901d937c8da3f8858bbd3fef727bace1b42e65b3b 1,281 1.00/1.00 vMB 13
565,085 565,085 0000000000000000000b1692a5b49c943762435ffd84e9cb7eb3da1fdde30696 592 1.00/1.00 vMB 9
565,084 565,084 0000000000000000001b025ce5dd9dab3975a5e0a48db131f3c71d05038493dc 1,825 1.00/1.00 vMB 13
565,083 565,083 00000000000000000022c41cb2382814d616f216e68c4ee8abcc6d1a792177b5 2,453 1.00/1.00 vMB 20
565,082 565,082 0000000000000000000c459a986a73ae43bcc2b7457dc3e13a22261cbcb8802d 2,439 1.00/1.00 vMB 17
565,081 565,081 00000000000000000000d255bd462ac037805361da93f47defd3cc8d0766b4a1 1,143 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.75 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: 708.74 GB
    • Received: 16.76 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.