Loading Tool

Explorer IconExplorer

Memory Pool

42,996 transactions
29.17 vMB
0.07760771 BTC
Random Selection Loading Transactions
Max Size: 150.07/200 MB

Candidate Block

Mining Attempt ad16accb16de01e24bcb18b491828937934935db48b1ff89cad5b557b80b246e
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 90ac30a4fe3efadd6e01f0fd613e0eb922fedf5a838e52257ac43158ccf7f1be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,798
Size: 1.00 vMB
Total Fees: 0.02055911 BTC
Feerates: 150.75 > 2.06 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (244,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,276 670,276 00000000000000000004e3a62f92ff4d2793b206745d2e9de17f6fbd5959702d 2,013 1.00/1.00 vMB 87
670,275 670,275 0000000000000000000686d6e39d2f0d8866e98da8f78b93370487d95b29460a 2,954 1.00/1.00 vMB 143
670,274 670,274 00000000000000000003e1d0c9fb5bc75654220f8cb3401e0bec00c69f9b4330 3,225 1.00/1.00 vMB 90
670,273 670,273 000000000000000000040c401545cf049e1f3583583b5603c6e32df3adb383ae 2,870 1.00/1.00 vMB 74
670,272 670,272 00000000000000000009bd722db03e352d6944df0e89a6d94c8156cff1a00967 2,826 1.00/1.00 vMB 171
670,271 670,271 0000000000000000000a21a3ca58d4df5e6fe5467863960a94d2ee7c34f32df6 2,305 1.00/1.00 vMB 80
670,270 670,270 00000000000000000002fcafae145a37821ddbf898c4fbac7a7d09ece6a92b1a 1,780 1.00/1.00 vMB 117
670,269 670,269 000000000000000000061deb00b1293b4ac9d1d6aaa6f1bc16708ea80cc2b9c5 2,119 1.00/1.00 vMB 92
670,268 670,268 00000000000000000005f53f8bf0bec2a80267fedbeaef6453c6df95b3197992 3,083 1.00/1.00 vMB 136
670,267 670,267 00000000000000000007ba217f716ae956a9feceb626fa67d5483458fa39da21 1,797 1.00/1.00 vMB 70
670,266 670,266 00000000000000000006ffcfec714ec5592ea243126edd9388fe149ca8355e0b 2,776 1.00/1.00 vMB 122
670,265 670,265 0000000000000000000b3475bd8f66409851fc2679f120a4447f21d3c797aa9b 2,812 1.00/1.00 vMB 89
670,264 670,264 00000000000000000000f9cc24ada9f6a6df66829f57f35831fb7479e8123ba5 2,654 1.00/1.00 vMB 121
670,263 670,263 0000000000000000000c53b20ccbb1e3034332215cd7c1e9810e028e3b531470 1,964 1.00/1.00 vMB 176
670,262 670,262 000000000000000000038a38ca98600a84782140937052abd9d4d72cd5e11684 1,496 1.00/1.00 vMB 184
670,261 670,261 0000000000000000000801cc3a0bf4c31d0c3204db277eda7110a184fab7882e 2,531 1.00/1.00 vMB 144
670,260 670,260 00000000000000000009bcf7b34b989224274081ffb04ae0452d38e099cd65fb 2,642 1.00/1.00 vMB 90
670,259 670,259 00000000000000000007d987f5c9b25729e5ce51b4ee7449201f5ad5fbe6726b 3,203 1.00/1.00 vMB 92
670,258 670,258 00000000000000000001aeb61f47200c061cacc27b582c26c50658f64210315e 3,093 1.00/1.00 vMB 190
670,257 670,257 00000000000000000009e4b870f48d1196a56e06bcc71a9a766a3efa0cfd43c5 3,074 1.00/1.00 vMB 72
670,256 670,256 0000000000000000000891c38ebc64c2d9f372b48106bf7eeed7c30c9899b58f 2,147 1.00/1.00 vMB 136
Previous 10 blocks ↓
Total Size: 781.70 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: 629.20 GB
    • Received: 11.88 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.