Loading Tool

Explorer IconExplorer

Memory Pool

69,780 transactions
30.97 vMB
0.08225637 BTC
Random Selection Loading Transactions
Max Size: 176.90/200 MB

Candidate Block

Mining Attempt 6346de77cfe9e2fc7b3c109be20921321caaba1581a52ef0a5c58aab26af41e4
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root ccf35623546b1571f54ca3b82a7bbb4325b3068b50b4f357208deaacdad8f4f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,196
Size: 1.00 vMB
Total Fees: 0.02165911 BTC
Feerates: 150.93 > 2.17 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (361,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,356 553,356 0000000000000000001b620a6965e492c69ca6fe0790124d8bdae1596fc4a035 2,181 0.98/1.00 vMB 12
553,355 553,355 00000000000000000013c4676abd244d7dfd95f5658a46ce565f8f2e494052a0 1,674 1.00/1.00 vMB 10
553,354 553,354 0000000000000000000955b37702d5e94ac6057cfa0d244c98633b3f2c28da16 2,851 1.00/1.00 vMB 17
553,353 553,353 00000000000000000030a62dfbd77ce295e3488227d14abc55d42ff1679c82ce 2,937 1.00/1.00 vMB 17
553,352 553,352 000000000000000000042ae75486df3b5a77d17065a4c20a7882bd8f919f4bdb 2,926 1.00/1.00 vMB 19
553,351 553,351 00000000000000000013004079ec8ffd0ffd791198dbdbf8278d80b948f5f14e 1,710 1.00/1.00 vMB 3
553,350 553,350 00000000000000000014ff1c21b5dcb8f6b4b0cf45a10d99df7384675f309e3e 2,634 1.00/1.00 vMB 18
553,349 553,349 0000000000000000001d5d8612f5055140014dbb79f7b2f50ca3851f4d801c3a 2,477 1.00/1.00 vMB 14
553,348 553,348 0000000000000000000f564e16bf6937b8db250195af70e74c41155f4c86c17d 2,679 1.00/1.00 vMB 10
553,347 553,347 000000000000000000181391aa23caf8123b156adb88b411aaef8de5fbbf4ff7 2,737 1.00/1.00 vMB 13
553,346 553,346 000000000000000000213102d39a29d0c1b7496cff754f937e779aecf4767ecd 3,032 1.00/1.00 vMB 49
553,345 553,345 000000000000000000223b231bff93bd32663c4f59ba16c1b569fdcf005038a4 2,381 1.00/1.00 vMB 29
553,344 553,344 000000000000000000307bacc096f08a80b14ba27e515d8c05b63b338703c5b7 3,008 1.00/1.00 vMB 7
553,343 553,343 0000000000000000001443924dba96339bfb0a06fb48ca8eb244c601a76a0e95 985 1.00/1.00 vMB 21
553,342 553,342 0000000000000000000095dc1c0562d9989a180fa0663d5749c907dd80746f75 3,447 1.00/1.00 vMB 39
553,341 553,341 0000000000000000000096622a59105e77c3083a2d82cfa64364680f637b5bae 1,220 0.51/1.00 vMB 13
553,340 553,340 0000000000000000000189ef316485c75817f1e97e297195c254b1955015b0b9 1,513 0.56/1.00 vMB 13
553,339 553,339 00000000000000000002165bbf565dc0b826efc91da51ca591285613062f5a94 313 0.15/1.00 vMB 12
553,338 553,338 0000000000000000002e701e9a41b5df9c8e8206438ce43f2fadf1a979e89290 919 0.35/1.00 vMB 11
553,337 553,337 0000000000000000001d2ca30e1111f4327e1160e4a1f6a92b43dece01df8057 1,243 0.49/1.00 vMB 10
553,336 553,336 00000000000000000010627388fdb3692b5030a4f8138fb27f12570fa99c0659 404 0.14/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.29 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: 657.09 GB
    • Received: 14.48 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.