Loading Tool

Explorer IconExplorer

Memory Pool

75,377 transactions
27.89 vMB
0.08264236 BTC
Random Selection Loading Transactions
Max Size: 169.72/200 MB

Candidate Block

Mining Attempt 07549678302ff5f4ab9bfae5896b1ff23b68f5c09796d14c95c00419b956ccd3
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 0b24a7eaac5345585c94e59f00e0dc726dfcf25b5a47916d931ffe66b3107ba1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,382
Size: 1.00 vMB
Total Fees: 0.02276799 BTC
Feerates: 100.21 > 2.28 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (704,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
210,814 210,814 00000000000002d3dc2fa83667e856894b3647f50af11b36af073df7667ea779 124 0.05/1.00 vMB 210
210,813 210,813 0000000000000276b3ff90469a9509f492e166551acd59af0b6dc8aa7137224d 799 0.27/1.00 vMB 170
210,812 210,812 00000000000003438dde2bba55a3214cf7191136ac6a3ec26a9f678e7f1d6da6 74 0.02/1.00 vMB 167
210,811 210,811 00000000000004b80ceb7d9a44b6e2f23a443df3aa560c977324c4ad845833c5 337 0.12/1.00 vMB 249
210,810 210,810 000000000000003e963e0d180547dafe3ff5f6334265ba8a870c5497db8df4c1 80 0.02/1.00 vMB 170
210,809 210,809 000000000000024fd7a515ca8dff20c0f5caf34f4e80c9117b12e831df473178 910 0.36/1.00 vMB 111
210,808 210,808 0000000000000054ecea8f685c83c17e43b6b2e3ef830ea2b6f20c33ba2fc9bf 151 0.13/1.00 vMB 91
210,807 210,807 00000000000002602b541f98f64e0b98dd7a97f592adfcbce03b76727295ba4e 663 0.25/1.00 vMB 204
210,806 210,806 0000000000000249a2ff8e2ed40c8df76b36753de3a2e0286e964538aa3d270d 256 0.08/1.00 vMB 300
210,805 210,805 000000000000008f12ebc4e277211b58526dcdea9d3e0fab0824af56d80be001 8 0.02/1.00 vMB 61
210,804 210,804 00000000000002681f97644e2a65d0dcfee92b93d3a16f25eed5080f254e4161 271 0.12/1.00 vMB 188
210,803 210,803 0000000000000220f0233b7ad6c280f68ce58ffc0e0e458ff49abd68521021ae 9 0.00/1.00 vMB 153
210,802 210,802 00000000000001be8878d1168bd80bac560bf6961a062190a8ae2c446c2b4a81 132 0.05/1.00 vMB 202
210,801 210,801 000000000000021881b44cb8eeffcf3353b88dda6586a47b2b5bc0ffe03cdd80 20 0.01/1.00 vMB 151
210,800 210,800 0000000000000030d456780296d4e42fa6589ff22dbe63c46722ee3c4d951c91 78 0.05/1.00 vMB 176
210,799 210,799 000000000000017417c2338e69a0c460657e99feea5eab1608e81fad7e5bae94 12 0.00/1.00 vMB 208
210,798 210,798 00000000000001535d4cbac9ff958de8bae35c94b2f1231970df65fe3f7868c7 83 0.04/1.00 vMB 58
210,797 210,797 00000000000001300ce23c6c820323ff462e37784ac5b56d856bd3003d351e23 272 0.15/1.00 vMB 134
210,796 210,796 00000000000002f54aad4974050368cac92e09fe18bf8d101739e28d1813995a 218 0.09/1.00 vMB 226
210,795 210,795 00000000000000e31a9e0dabbf2491a7e38c37a13673200f6b88c48b3a7f7778 154 0.08/1.00 vMB 309
210,794 210,794 00000000000003bca0516297f315a4a0571d19fd2b487ce2916e405c0a839fca 10 0.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.89 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: 713.37 GB
    • Received: 17.36 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.