Loading Tool

Explorer IconExplorer

Memory Pool

78,918 transactions
29.60 vMB
0.07254760 BTC
Random Selection Loading Transactions
Max Size: 177.52/200 MB

Candidate Block

Mining Attempt 5be333fe9b44ba38578677d61af675728d7c55d217554a619f94a8a9de86b8bf
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root 5dd48aaf9f8e2ce366db4d60b6b3fabcbc20da62e34a842900d83640870aea02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,264
Size: 1.00 vMB
Total Fees: 0.01230203 BTC
Feerates: 150.77 > 1.23 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (496,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
418,825 418,825 00000000000000000201bb59fe1f1b90dc2eeeb419ef8684448082f2d260dcd0 1,876 1.00/1.00 vMB 37
418,824 418,824 0000000000000000045d474a3d6a14aae3ab43dad13e73d771616045fef2b91b 2,097 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.98 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.