Loading Tool

Explorer IconExplorer

Memory Pool

81,933 transactions
30.89 vMB
0.08406400 BTC
Random Selection Loading Transactions
Max Size: 189.29/200 MB

Candidate Block

Mining Attempt 3b6b4b79000e97d5cb95a926b2fb4dc4efb2dc10068438d74ba893264b13655c
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 1a9590cb90901e6a2d2be484efb0808b9119a270e2b041a3507dd6205933dcdd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,453
Size: 1.00 vMB
Total Fees: 0.01468165 BTC
Feerates: 100.00 > 1.47 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (347,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,805 567,805 00000000000000000023376ec500e6b3a61a1cf53b35e1b15d5a22c7ac7e6e62 3,083 1.00/1.00 vMB 49
567,804 567,804 00000000000000000015b3bb044c856de72191f4f915a7b55df42b709522be4d 2,886 1.00/1.00 vMB 22
567,803 567,803 0000000000000000001883999e66722c1457a04d0610ff0b3e1cc43b437bac48 64 0.02/1.00 vMB 27
567,802 567,802 0000000000000000001185c9dcb5e199136e3e2d4c56af3db3babdf8da93fdb0 213 0.10/1.00 vMB 27
567,801 567,801 00000000000000000002e3061e059a31a57532494ac8ddf5831ad62da360c2d3 1,490 0.73/1.00 vMB 17
567,800 567,800 000000000000000000261f5f8239e9d4e57c6b82491388bb439ac6cdb68a76a4 652 0.34/1.00 vMB 16
567,799 567,799 0000000000000000001ba2bb4be7b08573a4a189837612a00b34a8d3976fc0cf 454 0.26/1.00 vMB 16
567,798 567,798 00000000000000000026851b483990550c0ea2e7ce6e951a0ebce3ebaac7b8cf 1,253 0.48/1.00 vMB 4
567,797 567,797 0000000000000000001662c422a9997e9d428e407d562abdb38cd7027956f167 2,508 1.00/1.00 vMB 25
567,796 567,796 0000000000000000000a1d8c740957e621597bc1df79886c79dff3020345b329 1,610 0.75/1.00 vMB 2
567,795 567,795 0000000000000000000f1b7603cacb7d69f9efe8a870b4512be28bb1ad7c4668 2,770 1.00/1.00 vMB 15
567,794 567,794 00000000000000000012debfcf83271d44d7605f9db85a31ac386ae0f59ab993 2,739 1.00/1.00 vMB 25
567,793 567,793 0000000000000000001d6ab64f95b717efcf86113e9b60d30211e292f96f20b7 1,401 0.64/1.00 vMB 13
567,792 567,792 00000000000000000011d29b90a1c956553bcbb0981acd59af205f8a4da5af06 2,644 1.00/1.00 vMB 12
567,791 567,791 0000000000000000001a778c678642a344f367dd0bda31e47b83d1efae84ed55 2,766 1.00/1.00 vMB 22
567,790 567,790 0000000000000000001571f402c1b2c571d77a3a3d59acf6dc7815f24b1d9f90 2,828 1.00/1.00 vMB 19
567,789 567,789 00000000000000000026468ba2a5491abbfc955d82da6df6e707c33f751f7cf1 909 0.32/1.00 vMB 15
567,788 567,788 0000000000000000001288ab27eb2834bad83c6e41bacce10959716f05ac9a8d 1,458 0.60/1.00 vMB 14
567,787 567,787 0000000000000000001efc7e3ad2a67013f785b14f7ca336acc5754543a2744c 760 0.57/1.00 vMB 7
567,786 567,786 00000000000000000005257ed5bf4159a7eee1f9a11c4581a7d89981fda2093a 837 1.00/1.00 vMB 7
567,785 567,785 00000000000000000026ba602e624965238a3dfddd4461920c0c60f4316c35fe 1,574 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.77 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: 709.32 GB
    • Received: 16.88 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.