Loading Tool

Explorer IconExplorer

Memory Pool

45,190 transactions
28.64 vMB
0.08440063 BTC
Random Selection Loading Transactions
Max Size: 151.32/200 MB

Candidate Block

Mining Attempt cc0165a348ed4a82d3cfc1772a9dd678210866f740bc396ecd21c40bdd0cd616
Version 20000000
Previous Block 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448
Merkle Root 5fbbf209431ccb505c901cf4772b357efd8dc04f1a9c90a13f422e052db1260b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,243
Size: 1.00 vMB
Total Fees: 0.02976153 BTC
Feerates: 120.00 > 2.98 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,834 (273,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,574 641,574 0000000000000000000c575b4782417c5358e5ec19d1c02814c8859d0ca9638b 2,685 1.00/1.00 vMB 161
641,573 641,573 00000000000000000000dd1613cecffbbc1d7c75458f26c2aaf2041319b09929 2,527 1.00/1.00 vMB 181
641,572 641,572 0000000000000000000bcebb1d285f2fd08c3ac4bd313e721a13b547b34760ae 2,282 1.00/1.00 vMB 160
641,571 641,571 0000000000000000000a830e1cce4f3c33b3e6e1459b561cd89319d5b38920a2 1,741 1.00/1.00 vMB 158
641,570 641,570 0000000000000000000e60845a8cf5f1add647a21a1f956c309a67a676c5594c 2,921 1.00/1.00 vMB 204
641,569 641,569 00000000000000000008467d68515a4434e2f42ab431e5d40143d0739046ba79 1,782 1.00/1.00 vMB 77
641,568 641,568 0000000000000000000883fded562061d59a0316bbee63d3432c24128786ea8c 2,203 1.00/1.00 vMB 97
641,567 641,567 00000000000000000005990358e4a4666d58948954e32b92e08f35783ac9c653 2,081 1.00/1.00 vMB 37
641,566 641,566 0000000000000000000d9c4f8a4569c0683fae338f73c9b916f61428e4caa3ad 1,725 1.00/1.00 vMB 29
641,565 641,565 0000000000000000000416aa73748a7ba405db2b77db704bb923ae0aea074d79 571 1.00/1.00 vMB 20
641,564 641,564 0000000000000000000034515d19b5983732b5662033e831c41bed6a2c6f6de9 2,585 1.00/1.00 vMB 88
641,563 641,563 00000000000000000004bae12e197745fea699b4e3a845e8c0d2debdccd5258c 1,557 1.00/1.00 vMB 22
641,562 641,562 0000000000000000000fceecf5816a074f02da85bb076485e1439e8e8c8596a6 1,874 1.00/1.00 vMB 80
641,561 641,561 00000000000000000003092e9e256c686081a96e21b0bf5e67ac0c8de0fc2858 1,589 1.00/1.00 vMB 33
641,560 641,560 00000000000000000007329af8d7f0d25aae697f38476b9ade51ed6a1685ae0d 1,085 1.00/1.00 vMB 55
641,559 641,559 000000000000000000103c8f2fed075e344b01532efa19a75d84c6f3038fe568 1,268 1.00/1.00 vMB 64
641,558 641,558 000000000000000000062fe73d73554d291cf777bda16d5424745dc1d05d1748 1,542 1.00/1.00 vMB 68
641,557 641,557 00000000000000000007a8a6d788806450f645316be9b4995d7489c67a15824f 2,384 1.00/1.00 vMB 123
641,556 641,556 000000000000000000062cfb4059bfc9b787ca30b61d066c29d0b442e217f6b9 422 1.00/1.00 vMB 31
641,555 641,555 00000000000000000003f42deeba1bcd151b138a3b6736f8a64b36f5fbd9c6bc 950 1.00/1.00 vMB 48
641,554 641,554 0000000000000000000c2aa1c1a1ca1d01de564e4d3b0f337e5ff41dad92fac0 2,552 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 782.10 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: 651.66 GB
    • Received: 13.61 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.