Loading Tool

Explorer IconExplorer

Memory Pool

88,342 transactions
32.18 vMB
0.13741264 BTC
Random Selection Loading Transactions
Max Size: 195.01/200 MB

Candidate Block

Mining Attempt fd1b159f15169d7d124fdc2138fac4a2d2af486cd15ed0f94e21795bc7a27e98
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root b8a7db4dc8ddcd1af384bab1a5817d5ef39b76bba00afcc8e74e5dc1d2f0ad47
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,933
Size: 1.00 vMB
Total Fees: 0.05105508 BTC
Feerates: 101.65 > 5.12 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (151,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
763,370 763,370 00000000000000000002afbe9b04d4e711e15dcee6257a8550a844020d8bb689 2,475 1.00/1.00 vMB 18
763,369 763,369 0000000000000000000268ae4de2e99fce8e15d5df14ac8d0dcbef0962f4b7f8 2,233 1.00/1.00 vMB 26
763,368 763,368 000000000000000000023f6951b67ca833b203257bea4a6005c7b31f689e6f91 2,905 1.00/1.00 vMB 29
763,367 763,367 000000000000000000019be0fe1caad17db51efaa68b87bf37ff93f4d74e3a09 2,087 1.00/1.00 vMB 34
763,366 763,366 00000000000000000002ac6b5f5531e823b5b1e71a190037e1329a1fcaeae01b 1,776 1.00/1.00 vMB 22
763,365 763,365 0000000000000000000774c6220e195f2c3ee17f5ee81ca0dc766fc2e1f99331 172 1.00/1.00 vMB 14
763,364 763,364 0000000000000000000540a3634f9f0054493e863f3fb06a872d18315ae7b9b4 1,881 1.00/1.00 vMB 24
763,363 763,363 000000000000000000037c39147a341bbb2ed1111af1ba588b3543e3af3d2c42 69 1.00/1.00 vMB 13
763,362 763,362 0000000000000000000224813e9290d4d77ee4ab7814717bdb02f738899202af 299 1.00/1.00 vMB 14
763,361 763,361 00000000000000000007755bb3bd72c7f204c1b1c2bf2c68d290d821debcb42e 1,783 1.00/1.00 vMB 22
763,360 763,360 00000000000000000000fe98a3b54eeba41f18cda2b4bddf51ef6da5225091e6 167 1.00/1.00 vMB 13
763,359 763,359 000000000000000000068c68fb94ee034b5cd3ae5a5bc6f4c7a9b2b567c1ccac 148 1.00/1.00 vMB 13
763,358 763,358 000000000000000000006db2a37c4a8db806e985234b60e58144c6b723cf5270 1,087 1.00/1.00 vMB 18
763,357 763,357 00000000000000000006919e7af94c3e119ac359df6ac45fcc6cabd683761c91 745 1.00/1.00 vMB 17
763,356 763,356 00000000000000000003807163eece56fde0e221f1fe60216dd19e07f02d5573 1,185 1.00/1.00 vMB 18
763,355 763,355 00000000000000000006d751d19fc07adc3ece7bb0e6fa5a24e489f74408c125 290 1.00/1.00 vMB 14
763,354 763,354 000000000000000000066434f48f3d7676c6f95038666c25ff0f1f2612ce4a14 2,745 1.00/1.00 vMB 27
763,353 763,353 00000000000000000003eec3d76d2701094f4a0c73f1e23a3e60bf98df9f17f5 1,240 1.00/1.00 vMB 20
763,352 763,352 0000000000000000000704e6b66e43caf45339a51e2903e6234b36112a826113 2,347 1.00/1.00 vMB 19
763,351 763,351 0000000000000000000435f7c14452c682307631a6afb540621d42a998e18ace 1,820 1.00/1.00 vMB 37
763,350 763,350 00000000000000000006afd97a303f41ef09256bfa0841d390d75c282edb4f07 2,856 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.52 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: 668.91 GB
    • Received: 15.64 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.