Loading Tool

Explorer IconExplorer

Memory Pool

46,823 transactions
27.45 vMB
0.08740981 BTC
Random Selection Loading Transactions
Max Size: 145.04/200 MB

Candidate Block

Mining Attempt 0e4247d5b49107f758e5eae803c7796064858267cd6659fc55775a0637673759
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root e5a74dedef5c8fa1ff083103c2dc2ba510b94dad67efc69bc4ad53344fe833f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,450
Size: 1.00 vMB
Total Fees: 0.03428784 BTC
Feerates: 159.25 > 3.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (434,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,117 480,117 0000000000000000007b76f3fe85a5abae3199245f33885b8df5c3c9cbda5f2e 2,345 1.00/1.00 vMB 202
480,116 480,116 000000000000000000a3e2d2166950c33fce74668bfd560b0ffe4cac1836ea55 2,403 0.93/1.00 vMB 173
480,115 480,115 000000000000000000873473a21bbad161d42bcfbe07e34bef4db26a5edba2ac 2,347 1.00/1.00 vMB 189
480,114 480,114 00000000000000000047c193e983dd4b52573c115a473a33a146008afde41814 1,894 1.00/1.00 vMB 199
480,113 480,113 0000000000000000002534b1924bd4fd840642934684f2d18ab7cf43332638d0 2,092 1.00/1.00 vMB 173
480,112 480,112 00000000000000000025f05594073e8571b8fef630cce16b0e5d6e82afc45d9d 2,636 1.00/1.00 vMB 224
480,111 480,111 00000000000000000098da1361d13aca8a67e410d5b5ba0cca62b88b42e58948 2,142 1.00/1.00 vMB 185
480,110 480,110 000000000000000000b3225343e11e374c186c0996c2886edece3a34be9bc445 2,316 1.00/1.00 vMB 242
480,109 480,109 000000000000000000cef71af4915c712a33d726fc72d8a57450e79319a94d4f 1,830 1.00/1.00 vMB 88
480,108 480,108 0000000000000000002d9b562a27956fc6f2bd8a352943f3f26488994635bc08 1,730 0.99/1.00 vMB 64
480,107 480,107 00000000000000000066e545d7115686375251ca2f56a00468ead66944442e20 1,961 1.00/1.00 vMB 137
480,106 480,106 000000000000000000e63cb79dfbced4e95dd6717216d8e4a78a87fb01f2feb8 1,901 1.00/1.00 vMB 83
480,105 480,105 000000000000000000fb5be9ce7e0dbef5afdb95c1649e147594fcc6e2355ff5 2,384 1.00/1.00 vMB 122
480,104 480,104 000000000000000001282b94914368f0061246bf8cdf374f5c35df38d80e1abd 2,220 1.00/1.00 vMB 133
480,103 480,103 000000000000000000a739ba2fd0f5a5ddd38caca66a7e2c3ff815ba626528f1 1,927 1.00/1.00 vMB 204
480,102 480,102 0000000000000000010224dbbdda37a5f9a55529cfc0d1a8e780f1a5ade74299 2,389 1.00/1.00 vMB 168
480,101 480,101 0000000000000000007d17494c26fb81ca9a049f7f2c36538425e318498188f2 2,172 0.99/1.00 vMB 206
480,100 480,100 00000000000000000037f3bd0560b9dd09633c4666681f9702c53e0fcdfc43c0 2,169 1.00/1.00 vMB 154
480,099 480,099 000000000000000000bc0000ea58a7b8159a57fd1392cc30ca1b7cd4e796dfb5 2,400 1.00/1.00 vMB 166
480,098 480,098 00000000000000000051afd2cf77504d8bac7cf78b3f7d1122cf4c04ce313b44 1,861 1.00/1.00 vMB 171
480,097 480,097 00000000000000000105a8ca70157776aecd9f18874c6812d187b8cf10492cae 2,142 1.00/1.00 vMB 234
Previous 10 blocks ↓
Total Size: 782.20 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: 654.01 GB
    • Received: 14.08 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.