Loading Tool

Explorer IconExplorer

Memory Pool

41,783 transactions
26.83 vMB
0.06133809 BTC
Random Selection Loading Transactions
Max Size: 140.56/200 MB

Candidate Block

Mining Attempt 48b7c72e8817aefa7adb00bce63bffe125ae0d18401d8c3b13e7cb6ed2f1fa1c
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 67b68aa51c07c9b3f86dad289467b747a024a302da0b7ac2dcc4314dd5e1b98f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,157
Size: 1.00 vMB
Total Fees: 0.01169508 BTC
Feerates: 60.14 > 1.17 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (295,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,911 619,911 0000000000000000000594c2066c605f4e246c61a6199862e641ee9ac96e3cf0 1,894 1.00/1.00 vMB 10
619,910 619,910 00000000000000000008e3244eb02c05db8002cebeddc85aea3b0186c0969738 1,068 1.00/1.00 vMB 6
619,909 619,909 00000000000000000003db3292753d0fc3a43876a78fe723be1a92a772fe780a 3,125 1.00/1.00 vMB 16
619,908 619,908 00000000000000000010fd5c1d6ef334b8fcad23b4e96aeea9fb2d1272986220 2,731 1.00/1.00 vMB 20
619,907 619,907 00000000000000000006e4b3d2b7be4c8871ea45ee1a8495588922c6c794d640 2,073 1.00/1.00 vMB 16
619,906 619,906 00000000000000000005d8d69f6482accf2163462e7407b849eba823084b01aa 2,360 1.00/1.00 vMB 9
619,905 619,905 000000000000000000095a0331f8e1abf00df7f94df733ca23bacd9280bdc6c1 2,287 1.00/1.00 vMB 4
619,904 619,904 00000000000000000004010e66f8958fb1a4d1f2099dff805e3ce518b4f152e0 3,329 1.00/1.00 vMB 17
619,903 619,903 00000000000000000002e92120bcefc80430511dc74be50555bdcab6e8f8322e 3,369 1.00/1.00 vMB 29
619,902 619,902 0000000000000000000d6e88c7038944c059abf1aea74639f00b864ca89caa17 3,318 1.00/1.00 vMB 14
619,901 619,901 00000000000000000010d85a2d424d94319db10cf72a0d262693083176d1b963 2,373 1.00/1.00 vMB 15
619,900 619,900 0000000000000000000bc9dcc01e8bfc6b82e520c44c3b84b72d4383d4433060 1,787 1.00/1.00 vMB 10
619,899 619,899 0000000000000000000dd631dac3e2d00084d88351c7179ede8b1152c1e4740b 2,781 1.00/1.00 vMB 10
619,898 619,898 0000000000000000000954e59d2f9c9143657f21e6503df6b1f2a10231c8ef98 2,795 1.00/1.00 vMB 16
619,897 619,897 0000000000000000000346eec19720bd22137b54719dbea4b26a8f04ff5cf574 1,963 1.00/1.00 vMB 14
619,896 619,896 00000000000000000003c4f5ee0f00e1d948c9252d47d5a3a10fbb8b3d6ee205 2,808 1.00/1.00 vMB 18
619,895 619,895 0000000000000000000d72f751981f38e8ba3203f224be3cd1465e282d977cf9 3,284 1.00/1.00 vMB 25
619,894 619,894 0000000000000000000d6ff524dd647e427413cb1ae52cc085b734b9ee071441 3,198 1.00/1.00 vMB 26
619,893 619,893 000000000000000000047725b39e324b709a8a0c4dbe1fe6d9406ecd7aeba221 2,046 1.00/1.00 vMB 18
619,892 619,892 0000000000000000000f6b6b349e1af522c8090ba1833898dbacf272b806506d 2,415 1.00/1.00 vMB 18
619,891 619,891 0000000000000000000abf8f43bb397ea30f3747991d2916a44a4ae80d0ae805 3,520 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.23 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: 655.02 GB
    • Received: 14.23 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.