Loading Tool

Explorer IconExplorer

Memory Pool

43,425 transactions
27.05 vMB
0.06366269 BTC
Random Selection Loading Transactions
Max Size: 142.37/200 MB

Candidate Block

Mining Attempt cdbb1e7acfb6b144abd3cfb95dd429e2d81a29f7961515ddfb3fae02668e15d2
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 9a95255041533de21890d2add0ed1a59e306012e7caca4f9256c361510db5f31
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,335
Size: 1.00 vMB
Total Fees: 0.01323778 BTC
Feerates: 151.15 > 1.33 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (496,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
418,846 418,846 00000000000000000527b301c7a98001be9657d4cf9841a3a78422e10932e9c1 1,845 1.00/1.00 vMB 64
418,845 418,845 000000000000000004ad81b39029dd0ab9ae1e4f1c5c05c9aaa8538627327208 1,770 1.00/1.00 vMB 63
418,844 418,844 0000000000000000042900ac7c73cc0e6eafd1ef35d0911ef2ca047f7f62dd10 2,029 1.00/1.00 vMB 72
418,843 418,843 0000000000000000007c7c1112037beedf0eb55a52edc0a72df370b522c6ffa4 1,890 1.00/1.00 vMB 66
418,842 418,842 0000000000000000014e57e6ee3defd45b332c1a3f7860f8b6660a1fff9c1718 26 0.01/1.00 vMB 110
418,841 418,841 0000000000000000034b3c8f399eb6e8ce0dfa41d9f2d5ecea7178997d1ab552 2,150 1.00/1.00 vMB 44
418,840 418,840 00000000000000000378f504cd045d5c273e5ebcf2e29b022ec7a172912cf6af 2,069 1.00/1.00 vMB 80
418,839 418,839 000000000000000002a7fc2222e28798ac5b4e34eeda6196cb91dd3b4b231d7f 1,470 1.00/1.00 vMB 45
418,838 418,838 00000000000000000375212d7a071150c9709a71dd91484457841c10fcb2f444 1,314 1.00/1.00 vMB 32
418,837 418,837 000000000000000001df59f10955556f557c61eba6965e36a5e7d92e576bcce2 805 1.00/1.00 vMB 23
418,836 418,836 000000000000000001b4516c11c14f34989e2a15bf7929b4dec06964a46b2497 1,363 1.00/1.00 vMB 59
418,835 418,835 000000000000000005173aa5ad37b6081a37911621371328a1281607ffeeda99 1,663 1.00/1.00 vMB 29
418,834 418,834 000000000000000002d7240db5e612f2722b3724a642dcadaba2da12c39df33c 1,895 1.00/1.00 vMB 47
418,833 418,833 0000000000000000037faa153636e4cc650c6c7e594e4de57e0cd985afb82be7 2,288 1.00/1.00 vMB 82
418,832 418,832 0000000000000000021dcf2b8a06de985ba48e5cf02483c3af3f98adcb6127a7 1,956 1.00/1.00 vMB 49
418,831 418,831 000000000000000001d4bc0f5305b4e84039727613d088b9b5058ae0543df305 2,037 0.87/1.00 vMB 46
418,830 418,830 000000000000000000cd7d67dc07c3208807a4b6a819543529fe75a383241824 2,161 1.00/1.00 vMB 45
418,829 418,829 000000000000000002dde75accd6f54172cfb3ef2beb9e7d7910f5c5e2bed281 2,614 1.00/1.00 vMB 68
418,828 418,828 0000000000000000003e113a526e43ec641edb530f273231b03cef34fb849645 2,059 0.75/1.00 vMB 101
418,827 418,827 000000000000000000c469c6301405ad18c4f62b527ac1ae40bbc48cf16fbb38 516 1.00/1.00 vMB 15
418,826 418,826 000000000000000004f81e73a6cd19a505e229620710d7788ca2502caddfe2ed 1,291 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.22 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.76 GB
    • Received: 14.18 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.