Loading Tool

Explorer IconExplorer

Memory Pool

84,877 transactions
32.20 vMB
0.11540069 BTC
Random Selection Loading Transactions
Max Size: 195.03/200 MB

Candidate Block

Mining Attempt a3a42f4b562959daa0d6285ff3fe863ebd90af7c0c2dd5b9ebff86875e522558
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 65b8e47064b128605b4e713a23ddcade782eda03d7089c96e6e0e8b0029177fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,781
Size: 1.00 vMB
Total Fees: 0.04143437 BTC
Feerates: 351.58 > 4.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (247,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,848 667,848 0000000000000000000a27e088e98142a028ae55dc47d1e2c6902f40c609e2c3 2,004 1.00/1.00 vMB 53
667,847 667,847 00000000000000000007f8ec80007efec048e49f84f96d4825838835fc2a4beb 1,509 1.00/1.00 vMB 28
667,846 667,846 000000000000000000019fa9c003a92c94bdad6db00531fb3b89dc6ed90b3bf9 1,804 1.00/1.00 vMB 76
667,845 667,845 0000000000000000000c009fc7ad4428d7d0a5c5da85c8f5eb17d1f43abb3af3 2,198 1.00/1.00 vMB 7
667,844 667,844 00000000000000000004791d9df32860f99ed478e02dfc67a95030933120396b 2,037 1.00/1.00 vMB 47
667,843 667,843 000000000000000000041958a0a485d818131c5a58ae8710cb1188fc36eb1b70 2,776 1.00/1.00 vMB 78
667,842 667,842 00000000000000000006176b52805122df9efd920a87d6f4fb0b9f6533f91e18 3,051 1.00/1.00 vMB 97
667,841 667,841 000000000000000000050f54108c055c8b6075bca7dc0af1e6acded51f4cfead 1,725 1.00/1.00 vMB 69
667,840 667,840 00000000000000000001e1455b12103b741fa0596298ce81c5d90c6a0b7aa021 1,362 1.00/1.00 vMB 23
667,839 667,839 00000000000000000000524caf7118ab51c902599f8e876a53e0075987ee010b 599 1.00/1.00 vMB 13
667,838 667,838 0000000000000000000a69f7adcdba6ceb2a5358f292fa8751d8506e4f176e5b 2,365 1.00/1.00 vMB 11
667,837 667,837 0000000000000000000276cfa85da6c786aefddaa0871f1a95825b45ba391741 1,611 1.00/1.00 vMB 27
667,836 667,836 00000000000000000007db80c8c743d149cbcd990d51b2ededac51b497bd6147 1,910 1.00/1.00 vMB 80
667,835 667,835 0000000000000000000d4631bca7db30df3d08f9cb3a2a0ca2298b019469330d 2,884 1.00/1.00 vMB 26
667,834 667,834 0000000000000000000081f4b30a218cb9c465d1cf773aaf6a08a0d628dfe2d7 2,572 1.00/1.00 vMB 43
667,833 667,833 00000000000000000004df31f98cefcd53b8565994770a9de497e3a04eeb47c7 2,006 1.00/1.00 vMB 66
667,832 667,832 0000000000000000000a811b8dd613b54fcf7ffaf75dae218751d5234e0c3fa8 2,920 1.00/1.00 vMB 86
667,831 667,831 000000000000000000095b034946daf038537b82d669d5d9c62da72699ebd7e9 2,644 1.00/1.00 vMB 96
667,830 667,830 0000000000000000000b62d5bf8b7e3c5b0a45f982db59071b026e7bb3ff362a 2,135 1.00/1.00 vMB 48
667,829 667,829 0000000000000000000b2c1674e2a753543795a2116eeb1b27cbfeba45dff64f 1,757 1.00/1.00 vMB 73
667,828 667,828 0000000000000000000d6f7e41a7df0c7e33cb0b541ec921724031f416726317 2,758 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.75 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: 708.68 GB
    • Received: 16.75 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.