Loading Tool

Explorer IconExplorer

Memory Pool

27,509 transactions
12.31 vMB
0.03584711 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 71.39/200 MB

Candidate Block

Mining Attempt 914ea4e6d3b15791a82fd205ae4681309929243d3607002a71915ea1adf9f858
Version 20000000
Previous Block 000000000000000000000f78b5039183da5ed41eb05942de3a2a266776018bfb
Merkle Root e4127166e665eedd38df30b5204bd050543f33c40929990c9c7a75c15d5cd2a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,372
Size: 0.99798025 1.00 vMB
Total Fees: 0.01505655 BTC
Feerates: 80.42 > 1.51 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,689 (750,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
162,867 162,867 00000000000000e129be78f2d8b5bf7b1100c1c6243afc1bd048026372d5aee3 67 0.06/1.00 vMB 622
162,866 162,866 0000000000000a73c583ad2c3460baff176b6bfdf4e49125af61f2742dedd537 17 0.01/1.00 vMB 9
162,865 162,865 00000000000005b9e070f7663a2879a9991b63a7910d38fb7ee518c7e2081c7c 36 0.02/1.00 vMB 314
162,864 162,864 00000000000003db5f84d20603a012c3208c965c7576fa3148f22f12331f1112 19 0.01/1.00 vMB 72
162,863 162,863 0000000000000bdd0766a4f13a3835bd3199a341b2ad5acb314e6cd26928cdf9 1 0.00/1.00 vMB 0
162,862 162,862 00000000000001d8f51106e3242c10db90e777a2a159f3fcf7ea5374c4f4d132 29 0.01/1.00 vMB 74
162,861 162,861 0000000000000c035c4f5f0e26506841fe32f78daea1ef423b943c092e0a3967 23 0.01/1.00 vMB 169
162,860 162,860 000000000000040bb91cb32db4531c5eef1beaca8fae9808740adffb7eb2bcfd 33 0.03/1.00 vMB 88
162,859 162,859 0000000000000c18fcd7da2138b5411f680056e52e300d94cc95f569188949d6 69 0.02/1.00 vMB 0
162,858 162,858 000000000000060c9f91141534db48ba29da30a8a4449057c16693263c88c93a 37 0.01/1.00 vMB 67
162,857 162,857 00000000000009a5cc07a513c903830d64d3771caab801e6c04d3aaae295eeec 14 0.01/1.00 vMB 59
162,856 162,856 0000000000000b09918431af77d9ead3672b2b0e68fc714dadd854521ab6bbbb 19 0.01/1.00 vMB 146
162,855 162,855 000000000000044e7820b48793e3ba92ad9066984a8a328cf164d12315fb17cf 145 0.04/1.00 vMB 4
162,854 162,854 00000000000005402da802b4e476c150cedbb5e592719608228b4523e3737244 146 0.05/1.00 vMB 10
162,853 162,853 000000000000072a758376af4b4289b905533d24fb58272516ef4716b3cbca71 1 0.00/1.00 vMB 0
162,852 162,852 000000000000051b750803b4a3aad7a1260f5939cc59138575d6653b3832939b 12 0.00/1.00 vMB 40
162,851 162,851 0000000000000cdb9c3eb077152e4cd9a8ce1fdcad0524a1f8fb2bb9a9a4c6b1 34 0.02/1.00 vMB 4
162,850 162,850 0000000000000884656c56a5ca1a0dc7a5180b2ff66d6df39468d17c1f113008 78 0.06/1.00 vMB 64
162,849 162,849 0000000000000030fd4715368865ee05db4b9ace1b592580ad23a8d3104419f2 1 0.00/1.00 vMB 0
162,848 162,848 00000000000006a1b9b5560287d3c907f0c4fdba205438ae29e81cd6bc0105d6 70 0.03/1.00 vMB 147
162,847 162,847 000000000000045905de29a7f9d2bc93f4d65a3a9ccc18793c8d1a5e6a1e20d5 8 0.00/1.00 vMB 387
Previous 10 blocks ↓
Total Size: 780.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 490.29 GB
    • Received: 3.37 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.