Loading Tool

Explorer IconExplorer

Memory Pool

90,886 transactions
24.14 vMB
0.06362530 BTC
Random Selection Loading Transactions
Max Size: 162.30/200 MB

Candidate Block

Mining Attempt 43459afca03a6d5e2f252fbf4fd6842832ee764027605bef19b0144ea8800f06
Version 20000000
Previous Block 0000000000000000000141068b6de90114c3918e2c7fbfc38a37c3ba63315214
Merkle Root abe1c681e4eb0466e4c41018ac58c6eac5d4ff1e77ff2104a0828ab94a0ef1aa
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,671
Size: 1.00 vMB
Total Fees: 0.00682896 BTC
Feerates: 49.42 > 0.68 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,097 (789,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,246 126,246 000000000000263917b07812c4b56f0e469485a78a8ed68f135edb82086be191 9 0.00/1.00 vMB 17
126,245 126,245 0000000000003fd66d4653ec3d0e7074ed3e29edb60c44bbd40f6160a3a8c2a5 13 0.00/1.00 vMB 232
126,244 126,244 000000000000431d880d4c4969419e0cc3b3227f8629d3e0acb8a546e90c4e8a 13 0.01/1.00 vMB 620
126,243 126,243 000000000000035f78594bf4a30b58b3d63184bbd44419cd371cbb8c6bd5426e 12 0.00/1.00 vMB 0
126,242 126,242 0000000000002f198ddeb4ff2aa1b5f924ea2c711ee5c08f5a51edb0144fc13e 23 0.01/1.00 vMB 752
126,241 126,241 000000000000362ea1142fafb5c6f5b83beab124c0ee5d7ac3c2d399680ef3e5 57 0.02/1.00 vMB 2,818
126,240 126,240 0000000000000f119108588b472a06bb0f837d5bf8b80284532eaa82cc516a6b 11 0.00/1.00 vMB 730
126,239 126,239 00000000000026b34d78b524a3e1bcbb13d88bd871c97a05d484465250c4e3c1 11 0.00/1.00 vMB 854
126,238 126,238 00000000000030f93c5fe537a1c197ebed49a8e67fdd3053cd7ba6d56bcb939a 19 0.01/1.00 vMB 1,336
126,237 126,237 000000000000108eac150063965e2237cb2ebdf51f6bc2be51be6ee19c58097c 1 0.00/1.00 vMB 0
126,236 126,236 00000000000006d8874dd22ae6f7742eb32794f20d4b700ab827a65d5f2a90ae 15 0.00/1.00 vMB 598
126,235 126,235 000000000000298a64cf813aea0092bc67bfb437248142c1563e7baa9dc8ed8f 11 0.00/1.00 vMB 17
126,234 126,234 0000000000001767d3b5c052648dc8f678f52f1a2f7719c0a318396ee53f7de8 12 0.01/1.00 vMB 2,622
126,233 126,233 0000000000001058102605f7d62bd5aa117f8e93def0c0b7d168db830bc8fb0a 10 0.00/1.00 vMB 314
126,232 126,232 00000000000028295168eef736d35dace82d09a13fbdde65bc3abc97f4fe3de7 7 0.00/1.00 vMB 322
126,231 126,231 0000000000000c1c8daceca86a65228738130d9b60375d09476a0fee4e8b46c6 26 0.01/1.00 vMB 1,080
126,230 126,230 00000000000028aa55315c38504a98ed5a645baa8709571a5e9711a257fff4cd 7 0.00/1.00 vMB 17
126,229 126,229 000000000000222fc5b4fdcf2bce2bf92ec9a369074076dc3e959edc002f6f8e 19 0.01/1.00 vMB 436
126,228 126,228 00000000000002fa7e4f9aebb92342e41cab7451aad70768e3f9df85b0571a3a 26 0.01/1.00 vMB 553
126,227 126,227 0000000000000d9b3ebcaf4a54fce9e55b4f443531d916dfdff6db596f430521 37 0.01/1.00 vMB 956
126,226 126,226 0000000000001cc593ce527483051ba6b65ab95b7006803b05dbca1626020013 9 0.00/1.00 vMB 593
Previous 10 blocks ↓
Total Size: 784.29 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: 815.24 GB
    • Received: 24.15 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.