Loading Tool

Explorer IconExplorer

Memory Pool

26,800 transactions
7.41 vMB
0.06256446 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.95/200 MB

Candidate Block

Mining Attempt 53118450891a88554783d147afe8896ea44e4d378d6533a9a93ac93360742c8c
Version 20000000
Previous Block 0000000000000000000162240497cbc99eeed5e7e4ff15c610af5a069ccbc724
Merkle Root c01a1d0acf3830082157282e5c7b66e5065d852f5693210447c8bff44e84076d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,155
Size: 1.00 vMB
Total Fees: 0.02994417 BTC
Avg Feerate: 2.04 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,990 (752,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,768 160,768 0000000000000c97a2ff9880bbf8bffc59a8127243a0a06831726495e791ca4b 0.01 MB 33 31
160,767 160,767 000000000000080214c842980b37534913e9fbc430fa6cf16b2f7401de18067a 0.04 MB 68 101
160,766 160,766 0000000000000cb8e1247429ce4bcb4ac61a278794689d93904bd6f382175d0b 0.04 MB 30 59
160,765 160,765 00000000000004da2d1256dc8937028a7a27cd88856dfaaec4f1b7162ffbacae 0.05 MB 80 213
160,764 160,764 00000000000002678f1e50c46745803b0b96101dfb03d2ade8b9f2eb93451af6 0.01 MB 16 201
160,763 160,763 00000000000001b65c1d9582d44154c32be56f504acd4910c6efa1722bf3ec07 0.03 MB 69 128
160,762 160,762 000000000000072ce6c95bbd38bf94abf7338f11badf093540a7e125964c930a 0.01 MB 11 803
160,761 160,761 000000000000059f3e210590a177134502dc811be536a6d06ba47e30f3ff482e 0.03 MB 104 7
160,760 160,760 0000000000000a8dd49fe60b3499a92dd490a589a7940dd01f7a719cb7a44f43 0.05 MB 78 43
160,759 160,759 0000000000000bbbdd3c2a9634485c4d4ec8fa06e88e1461eadb3fd5514919f1 0.00 MB 10 854
160,758 160,758 00000000000004704c58509464f3e71eb417b680d1481f25a23c061e0153b796 0.02 MB 25 56
160,757 160,757 00000000000003ee2ae76b1f9bfcdab863927f788f80cd28ab488f5e4b25fdbc 0.04 MB 39 501
160,756 160,756 0000000000000a5228f9c261bdcf3b88746c23be7cd2b0c2f189f01227e13e69 0.02 MB 39 131
160,755 160,755 0000000000000e3b0f8a15e72384a1dcf7fd69319c6b47cd02ba7afea9febe3b 0.00 MB 11 17
160,754 160,754 00000000000007258b98600da6f0738b7e85c7cd06de83b156b0edee92369418 0.03 MB 81 293
160,753 160,753 0000000000000d7ddca759609d3515ff3f81b349458bf112c43a34f0e44cfffc 0.01 MB 19 124
160,752 160,752 00000000000002a23fb5e47f01d8f8c9c0ad8a095e624f3509bbc754111e93de 0.02 MB 51 39
160,751 160,751 000000000000059abcc9d7ba5cfd9fc4f05244e033b9597997930842f4bb9b14 0.01 MB 17 40
160,750 160,750 0000000000000521b00aea89122bb6551e2e016d9defd66856dc0d335de257ce 0.01 MB 16 175
160,749 160,749 0000000000000ba20cd84f3160ee05c6ba5ff146a742dd527e562c126533bb65 0.03 MB 11 51
160,748 160,748 00000000000004ca7046b58cd7e1ad5eb5dcb9d7863cd17b6dcd4601e2cffb61 0.00 MB 3 1,474
Previous 10 blocks ↓
Total Size: 778.82 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: 366.88 GB
    • Received: 3.33 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.