Loading Tool

Explorer IconExplorer

Memory Pool

78,252 transactions
29.16 vMB
0.07265282 BTC
Random Selection Loading Transactions
Max Size: 174.38/200 MB

Candidate Block

Mining Attempt df09665de050f2b1a679b3038760aa97e45cccbd3b25909f2205bbbf668b2d12
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root 7ff809ee97b3ea6986f97a64526ee665821ae3bab3bda8d370c480c1b3fdf04f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,134
Size: 1.00 vMB
Total Fees: 0.01357413 BTC
Feerates: 73.20 > 1.36 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (384,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
530,474 530,474 00000000000000000022eaf495f652dee25dc0f1f16244916f03fef7430f4532 391 0.17/1.00 vMB 18
530,473 530,473 00000000000000000017d40b178e4a6b0a88e1779db25ede068aa242c5cf181c 625 0.54/1.00 vMB 5
530,472 530,472 00000000000000000021822fb14595e3ab41a9cace5fbd292cc42c47cb1ce27d 958 0.63/1.00 vMB 6
530,471 530,471 00000000000000000004a20bc3e85a51a0ad45539f607687ba36e4784f52b73b 2,689 1.00/1.00 vMB 28
530,470 530,470 00000000000000000019f9808b91694c49784a7d81a80ba4f5740c703559be9a 1,172 0.98/1.00 vMB 6
530,469 530,469 00000000000000000029841660e888f3f860b020a8530573c9f9e513e23688fd 2,259 1.00/1.00 vMB 28
530,468 530,468 000000000000000000305e35219df91fb6e3079f02f1874cdc1832d4bf366ac5 1 0.00/1.00 vMB 0
530,467 530,467 00000000000000000031dcbfdde80d4e2c4001466a16682e4f3af0ead311ab28 791 1.00/1.00 vMB 3
530,466 530,466 00000000000000000016f132c896efccc46bb3ee939764ab3000abf05447e8a2 2,482 1.00/1.00 vMB 23
530,465 530,465 0000000000000000002b7601d833e402abe8d6dd2a8337d00b1ad905c6d10247 2,770 1.00/1.00 vMB 22
530,464 530,464 0000000000000000001d8c9735f1e5f306ee26ce526d8fbf4e860b465b9a8bbc 2,206 1.00/1.00 vMB 15
530,463 530,463 0000000000000000001caea102b63adbb7974add5c57c0e545ad1d5d9efe1b4e 2,544 1.00/1.00 vMB 13
530,462 530,462 0000000000000000000d2b81706608398f894d3ab43228ce2972acc6f4ae1434 2,231 1.00/1.00 vMB 30
530,461 530,461 0000000000000000002bf1b4be1cb8e9e16d3214d29c7f06bf98952ee05fceb9 2,853 1.00/1.00 vMB 11
530,460 530,460 0000000000000000001a89f6a1567f450e5ecc13d0bf2bbace26a40c5d5b4b48 2,118 1.00/1.00 vMB 48
530,459 530,459 00000000000000000000eddab0f92604bb53bc8ad3a9b8b2d1348da733c83829 1,252 0.86/1.00 vMB 6
530,458 530,458 0000000000000000001092c6a6c1d44aecb9cc137ba307254793851a1bc98aff 2,536 1.00/1.00 vMB 33
530,457 530,457 0000000000000000002f9df0a60fe6ad712712e93b3e6707551c28935a3ed1d5 1,076 0.46/1.00 vMB 39
530,456 530,456 0000000000000000001ac5fb89eaebe9714244664c27d5cd629b615fdc743fb3 301 0.11/1.00 vMB 25
530,455 530,455 0000000000000000003479d8ff5aa2a23870c2bf0496020f0ccc8d8ac317b038 969 0.35/1.00 vMB 21
530,454 530,454 0000000000000000001f9bda974438d028889f86e43e9b442699fa57ca811055 2,350 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.50 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.41 GB
    • Received: 15.50 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.