Loading Tool

Explorer IconExplorer

Memory Pool

29,233 transactions
24.74 vMB
0.05430123 BTC
Random Selection Loading Transactions
Max Size: 122.57/200 MB

Candidate Block

Mining Attempt a7c27a4098a01b570d4dbeab61023dc78f2ac16727b41b07ac1c10d599e9f1a9
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 718a86aa757b400dfc3307ade2e08047d2f25e8d34fd5c3d9913d137f0741002
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,210
Size: 1.00 vMB
Total Fees: 0.01022921 BTC
Feerates: 73.20 > 1.03 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (694,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
219,841 219,841 00000000000003ad7b38a6b8925fbb526ddab1c05dbf2c9e20e96f6fb1f6d48b 343 0.16/1.00 vMB 49
219,840 219,840 0000000000000008a7f55ba6febbeb63440d64ea5567a695167fa0328ac90b6a 473 0.25/1.00 vMB 144
219,839 219,839 0000000000000437cc117686c60705e147f57f0548d28fef35e7bbd676c833f2 760 0.25/1.00 vMB 234
219,838 219,838 00000000000001ba9e0550eca114ed5669bf43e541026dfe16e06ca067321b13 122 0.05/1.00 vMB 39
219,837 219,837 00000000000003f9f2a1ca63990c02451f63f9588b63575c67673eb232fdd15e 611 0.25/1.00 vMB 165
219,836 219,836 00000000000001c1d8659c4956dde0e8c4f6884298d9b67074f3e09095e8dd33 610 0.28/1.00 vMB 159
219,835 219,835 00000000000002f052557a4525ccfb76e725ce80318e37960b1b3c97845007b4 469 0.24/1.00 vMB 155
219,834 219,834 00000000000003361626017a82718a815ed13f3e43c5460198b0c9e21f45e8a2 8 0.00/1.00 vMB 0
219,833 219,833 00000000000002e15769488553adbef16268e6e6908184753010b7bf7e971fd3 711 0.28/1.00 vMB 213
219,832 219,832 000000000000005fef98c38ab9bef5aefeffaa2e88437bafe0b61fcd5453cd44 469 0.43/1.00 vMB 18
219,831 219,831 000000000000019a67668b7b8d9bc8e6597e79bbd644b9360a40f0404226cdf7 27 0.05/1.00 vMB 93
219,830 219,830 00000000000004e552c0287e3bdc4b49f8bb19c5d4a6c5b45c32f0753596913c 411 0.22/1.00 vMB 128
219,829 219,829 00000000000000cf1f76f186fa91f1b452fd3ae72eeab79a7bad572af3719351 621 0.43/1.00 vMB 111
219,828 219,828 00000000000002ca9e9bf18c26f23454f4a97dec66daefc5e8c52251bb0975c8 591 0.25/1.00 vMB 147
219,827 219,827 0000000000000121363c85a9cacefb32d7d46e92dfba3848bc2b1422c03e1884 909 0.25/1.00 vMB 243
219,826 219,826 000000000000005a2479dc4f7fe3cc98af3fe8bbab0a6c134af7e11c6a26c986 12 0.00/1.00 vMB 168
219,825 219,825 00000000000001d0ff626527fb6f19a1a309f85ca0fb056ed26b8dadc465e8b2 14 0.00/1.00 vMB 537
219,824 219,824 00000000000001d69eae3eea2c6d591c097d1c14660181388298b9ef90cefe50 864 0.25/1.00 vMB 258
219,823 219,823 0000000000000485b475cdf1740c3deb45e70a00f4a44d6c97fdc416ea141776 631 0.26/1.00 vMB 195
219,822 219,822 0000000000000381683c0b95b17233f8683fb89060d6e4eb0d70f96bd51a539f 110 0.04/1.00 vMB 73
219,821 219,821 000000000000027931a691fd8ba1d852a807d603825948ad0cfc12215359b48a 512 0.24/1.00 vMB 170
Previous 10 blocks ↓
Total Size: 781.86 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: 641.89 GB
    • Received: 12.53 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.