Loading Tool

Explorer IconExplorer

Memory Pool

77,988 transactions
29.10 vMB
0.08671914 BTC
Random Selection Loading Transactions
Max Size: 175.60/200 MB

Candidate Block

Mining Attempt 0ee35cba7cabcaabff32555c230d801f09afd677a9c33d0ed18f893628131d2c
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 6b4e0e7e1ba960cf43b6a22200a93ead4c1dab3e7168dfb9be0992bf990afd36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,162
Size: 1.00 vMB
Total Fees: 0.02206016 BTC
Feerates: 81.07 > 2.21 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (302,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,382 612,382 0000000000000000000f18bd7be0ad851432695b9787e7e8d805837fa7ffc168 1,896 0.64/1.00 vMB 3
612,381 612,381 000000000000000000121500858b6d955769ed235f061b944662f37bff5d6a17 3,279 1.00/1.00 vMB 21
612,380 612,380 0000000000000000000f8bb51506e0a8183204f7a1cc05734512dddec64ef018 3,252 1.00/1.00 vMB 19
612,379 612,379 0000000000000000000430df1f4667dbda026374e0feed8aee9e066d0edd1a0b 1,772 0.59/1.00 vMB 13
612,378 612,378 0000000000000000000edfc546d538360c5ed5a88e7ea2b2e806fa4f40bd9166 2,974 1.00/1.00 vMB 8
612,377 612,377 00000000000000000000bd4a2d8136517f1150f8001483a3129c576670612ac5 2,419 1.00/1.00 vMB 19
612,376 612,376 0000000000000000000a1dcd5f08f064bae4103f9810d19d0731b8f6daeee1c4 3,168 1.00/1.00 vMB 15
612,375 612,375 000000000000000000052952d9df6fcc44a66f974f15732876fc97e23affb125 2,784 1.00/1.00 vMB 37
612,374 612,374 0000000000000000000e42d8aad8d2a385281155fa1ee7b44503caa1c2b7f03e 18 0.00/1.00 vMB 20
612,373 612,373 0000000000000000000dca513ea8a3e96d2dd796d7ca63311902012ffc5573c8 2,542 0.88/1.00 vMB 16
612,372 612,372 000000000000000000011fb0e93ce4e3e2ee94c3b9d7cdaeb396fa847f47dc07 1,695 0.51/1.00 vMB 5
612,371 612,371 000000000000000000137f8a00c0859d719767f165c8ded9117233a243501eb8 3,042 1.00/1.00 vMB 22
612,370 612,370 0000000000000000000e049114923f79454c407f3481ca92985136bed52f188d 2,562 1.00/1.00 vMB 11
612,369 612,369 000000000000000000110c1819ad80cce334a095acb5db0d9dc51ff4d031e67b 2,655 1.00/1.00 vMB 8
612,368 612,368 000000000000000000119523591fcef60f00d5dd47b3ebe7f45b1ae75cda0f9a 2,318 1.00/1.00 vMB 25
612,367 612,367 00000000000000000012513aca1176af254489f59fd5c5d115969a7ecdaa0656 2,567 1.00/1.00 vMB 6
612,366 612,366 00000000000000000002ee606b90753bd443c6df3defd422e64796324fc4592b 3,206 1.00/1.00 vMB 30
612,365 612,365 00000000000000000000ebfe286a581f95aba7e5323aed1b139148a5b67e24ad 1,438 1.00/1.00 vMB 11
612,364 612,364 000000000000000000070bc7be42319ed53551b650809b90edb9c723f53f48d6 2,420 1.00/1.00 vMB 12
612,363 612,363 00000000000000000012a86da66d02e13433b9a720c86f0f2434c0e55744eb24 1,832 1.00/1.00 vMB 12
612,362 612,362 0000000000000000000ee9f18ccffabb72d470d76e83c3dca4a20552e1e92714 1,677 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.