Loading Tool

Explorer IconExplorer

Memory Pool

40,458 transactions
27.22 vMB
0.12314210 BTC
Random Selection Loading Transactions
Max Size: 140.74/200 MB

Candidate Block

Mining Attempt 3d3c163880a9359a043d12bcb5e58f3fb4cc7bbccded8b35f8f580ed55e5ded3
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root 0882e71f25f3e830904aeb3b2ecbc3ef2af0a0edb55ec15bfedf7f5e34c0ccb9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,311
Size: 1.00 vMB
Total Fees: 0.06667932 BTC
Feerates: 285.90 > 6.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (694,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
219,820 219,820 0000000000000507e65d8543553eac93d220599f4484f5a5edeb72813599a74b 721 0.25/1.00 vMB 227
219,819 219,819 00000000000001174fe71872d93ee2ca1dcd80316543eab0cdae671c72b5403e 190 0.09/1.00 vMB 145
219,818 219,818 00000000000004df59c745b72ef46c4460f0309c9068791950f922262afec8c4 395 0.25/1.00 vMB 131
219,817 219,817 00000000000002d1c609c0e0fdce1519b6e657b6ca2ea265f42bd704c3180a1f 642 0.25/1.00 vMB 237
219,816 219,816 000000000000029954a5b2af0836426a024f8a96c490256d46a465abd0dbf521 129 0.05/1.00 vMB 163
219,815 219,815 000000000000025eb9755182d0a6fb7f74f82de9f8d37a387cd7eb47b85a6062 391 0.18/1.00 vMB 187
219,814 219,814 00000000000001eef8d2e6dcb351eac882221afea8be41c43b7a21fc7138d4ad 105 0.04/1.00 vMB 168
219,813 219,813 00000000000005144b110607a528822d427756e7765a21f08c02dc39dd21fdbd 451 0.17/1.00 vMB 218
219,812 219,812 00000000000002c0cf165618f0dc13ed385951fc6192364cb0cc36fdf7487232 508 0.22/1.00 vMB 190
Previous 10 blocks ↓
Total Size: 781.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: 636.42 GB
    • Received: 12.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.