Loading Tool

Explorer IconExplorer

Memory Pool

41,610 transactions
26.69 vMB
0.05543426 BTC
Random Selection Loading Transactions
Max Size: 139.99/200 MB

Candidate Block

Mining Attempt 7dfbf169b0fc11a044311f85d593baaddaceaff1a147fe47f354806b68830347
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root a9a3c9744a1171441c614e8486e9cfd27e1b3e80091f05f653392656b1ecb92c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,699
Size: 1.00 vMB
Total Fees: 0.00602501 BTC
Feerates: 103.41 > 0.60 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (496,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
418,852 418,852 00000000000000000095acafa5457495566b0db190b6b5e52e0ed0cce6515e4e 781 0.29/1.00 vMB 67
418,851 418,851 00000000000000000310f1613b557815f3b88bd8deecdc30170917e53a57cac4 1,875 1.00/1.00 vMB 44
418,850 418,850 000000000000000004700b23928e741b813d541bd431f55bebe1659bc2b9bd0c 2,253 1.00/1.00 vMB 74
418,849 418,849 000000000000000003cc5ce31e0ead6d8ac0570b00dfb87e8db342a872a8801a 2,064 1.00/1.00 vMB 50
418,848 418,848 000000000000000004ccb87cc007aeeb442e8ad4f9ec1210a5b096872acf02ae 815 0.32/1.00 vMB 71
418,847 418,847 00000000000000000256a860794c88aaf6d5e2549ef12f4abd7c3966ed43f606 1,758 1.00/1.00 vMB 35
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
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.