Loading Tool

Explorer IconExplorer

Memory Pool

78,317 transactions
29.10 vMB
0.08120891 BTC
Random Selection Loading Transactions
Max Size: 176.12/200 MB

Candidate Block

Mining Attempt b0887ed59e5a6a7f35ebf8648aab791f7e1640e0ef14589380310151e969f69d
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root c4456d4b27a2ce93e9ebce2a6f9c1d2c1ef46e66d844c5cf5c07433c3200edf7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,811
Size: 1.00 vMB
Total Fees: 0.02039029 BTC
Feerates: 178.73 > 2.04 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (72,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,574 842,574 0000000000000000000163a7fddbe13cd46ad8d9124fe7adbf75d57b98110aed 531 1.00/1.00 vMB 17
842,573 842,573 0000000000000000000016c8d12491d226ef3a607d2fb0a2b801dba45fda6fc5 5,161 1.00/1.00 vMB 18
842,572 842,572 000000000000000000020bc201adb98563ca342057bdfca431f798c65f75bbd3 3,409 1.00/1.00 vMB 27
842,571 842,571 0000000000000000000244424b5c6d33df5d963ff3dc6dffc27ee123d67aed83 4,029 1.00/1.00 vMB 20
842,570 842,570 00000000000000000001418da9d0d999a0b9b1ac3724a030782fd96f6a6dc76e 5,524 1.00/1.00 vMB 17
842,569 842,569 000000000000000000020096f2bae4a3ab1b230568d03d93f1a56c606daa6217 4,679 1.00/1.00 vMB 22
842,568 842,568 00000000000000000000ff1ddede1b94f2ca68acdcdb889cfda98578dd28796b 3,190 1.00/1.00 vMB 28
842,567 842,567 000000000000000000016cc6c0083811bb79af8d4f41416527417b1f4689d556 4,650 1.00/1.00 vMB 23
842,566 842,566 000000000000000000020b5a6a6e881c2e862c02e7125aead7c883ad288ff29d 3,281 1.00/1.00 vMB 20
842,565 842,565 000000000000000000031a6ed2cca3be368a409d789400c6cf03b6e7fc1f4913 3,092 1.00/1.00 vMB 18
842,564 842,564 000000000000000000002da6196edd40cc1cb13453a408dfe1e3c03fc7aed2a8 4,482 1.00/1.00 vMB 22
842,563 842,563 00000000000000000002f12ee93e9a42c746c69086c4823b96d6653769e0782d 3,751 1.00/1.00 vMB 25
842,562 842,562 00000000000000000000d49ae3f89fd1fbc670d3961fca602a63fbb07859e916 3,020 1.00/1.00 vMB 25
842,561 842,561 000000000000000000027d2faf820b8032249df0d864eb87458170f305b13382 3,446 1.00/1.00 vMB 36
842,560 842,560 00000000000000000000c78ad3624c533b9a2fa0c1ba63abbe5f07cfce260c8c 3,063 1.00/1.00 vMB 27
842,559 842,559 000000000000000000027e7c2419a3cd0256e0132471d55b516d9b35aff313c8 4,544 1.00/1.00 vMB 27
842,558 842,558 000000000000000000005b81bceb014e8aa432bf286cdb40508bc5abfe555f29 5,321 1.00/1.00 vMB 20
842,557 842,557 00000000000000000000304860d778abf2cabd09c517be0eb14fc72f99e6eb2a 3,552 1.00/1.00 vMB 31
842,556 842,556 00000000000000000000c1317311cec326fb01c76972cbb244474f9913e8f993 3,107 1.00/1.00 vMB 23
842,555 842,555 000000000000000000011696c32e08b8feb1dcaba67c9d0e037aab0a69a1be81 2,050 1.00/1.00 vMB 21
842,554 842,554 000000000000000000011aee127604ce1fc3da0c4639b59f13840a4a8259e203 3,053 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.68 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: 677.80 GB
    • Received: 16.44 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.