Loading Tool

Explorer IconExplorer

Memory Pool

54,123 transactions
32.15 vMB
0.18311424 BTC
Random Selection Loading Transactions
Max Size: 172.24/200 MB

Candidate Block

Mining Attempt d1a313a1a5af6dd50d2db94c3b8f56d8cbb91a00edacef35aeda163756bb0f28
Version 20000000
Previous Block 00000000000000000000e8bf6513364e7869b415e3fa1f8435bb5c6d3f5c62ed
Merkle Root 0e9ba8878b4ad91a1cf7e3584eb228057e6643da7e35acfadc9934f969cbcbbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,946
Size: 1.00 vMB
Total Fees: 0.08044691 BTC
Feerates: 101.66 > 8.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,819 (140,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
774,409 774,409 00000000000000000005b64ed27ae94860bbbd57c6100d3bc4994b2e754f7ebb 3,646 1.00/1.00 vMB 7
774,408 774,408 00000000000000000006bca5d54c1e64cdf02cb5e42a56e37dd948906d73a53e 3,287 1.00/1.00 vMB 24
774,407 774,407 00000000000000000001659b85b8a5ac0e6a972006621dbab7d7016b53ae0bc9 2,278 1.00/1.00 vMB 17
774,406 774,406 00000000000000000001791eac5ddf0c68d2ab4449608344727b997e15ee1e22 1,895 1.00/1.00 vMB 7
774,405 774,405 000000000000000000062cc4a676101fccd8975c21d7541a0ab2706bb1795dd1 2,396 1.00/1.00 vMB 9
774,404 774,404 000000000000000000035d823a4fed1fee2fbff40e445b06a7d255c9330344f7 2,805 1.00/1.00 vMB 15
774,403 774,403 000000000000000000033531adb0850ccb51517e6fc7e24338cf1fe32e6dcc5e 3,150 1.00/1.00 vMB 24
774,402 774,402 00000000000000000000cb46315ea7fe56aef2e48ec3de6be44ed6b023380eaa 2,801 1.00/1.00 vMB 15
774,401 774,401 000000000000000000015d62401df91f1ce5fd49bcdc889e543eb66569790ad7 2,495 1.00/1.00 vMB 12
774,400 774,400 00000000000000000002cfbeee72173409976e14bd467e9492acce7ac1a353b1 2,826 1.00/1.00 vMB 17
774,399 774,399 00000000000000000005f058da5c93b880081ef164cdf4b33b85f2461c8342f1 3,270 1.00/1.00 vMB 14
774,398 774,398 000000000000000000055c03a2cffda5d646f8dbc432664dd5e46f6dce07158d 2,543 1.00/1.00 vMB 30
774,397 774,397 0000000000000000000273ab5f6ff88f59ec9a1db8c1e3793fc99490e9b35584 2,597 1.00/1.00 vMB 14
774,396 774,396 00000000000000000007169ff15bb9750bf74fa58c51902eecc3371e41844073 1,540 1.00/1.00 vMB 25
774,395 774,395 00000000000000000000e8f3ed4d1e8127fe9c5ee60561e6e93a54c6c6c68650 5,232 1.00/1.00 vMB 3
774,394 774,394 0000000000000000000182f09021ebf89c97081114fc778ff68b2ca52ac79ddd 2,934 1.00/1.00 vMB 14
774,393 774,393 00000000000000000004b9aac3708ecaa90d355a89d85424b85fd01f5185b4a5 2,419 1.00/1.00 vMB 4
774,392 774,392 00000000000000000001805c5d8358893d3c2994a8e52a2e57ac5828bab7bf4b 2,446 1.00/1.00 vMB 8
774,391 774,391 00000000000000000003d8ed2209fcc73e4d99697156d43f76bb64f265b7616e 2,906 1.00/1.00 vMB 7
774,390 774,390 00000000000000000002425faa0771cb43bd6b93dc586483f3812fa1ceab4e11 4,651 1.00/1.00 vMB 9
774,389 774,389 00000000000000000003236ae000074654e45c584e47c582e193e78c4bed920b 3,893 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.07 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: 651.23 GB
    • Received: 13.49 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.