Loading Tool

Explorer IconExplorer

Memory Pool

77,108 transactions
28.67 vMB
0.09409111 BTC
Random Selection Loading Transactions
Max Size: 173.80/200 MB

Candidate Block

Mining Attempt 2d85edea9b97994fe699648976047484f135ea4f65fcc9b90326a915018d432e
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root e261c0e1518cb65e3e4f84620519305f6321b80254935398c3f305de7f8ed05d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,474
Size: 1.00 vMB
Total Fees: 0.03454021 BTC
Feerates: 101.64 > 3.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (259,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,770 655,770 00000000000000000007418b4b26cbf2569f55ce779880142b02ecf818dd67e5 287 1.00/1.00 vMB 13
655,769 655,769 000000000000000000028f5c6b5204d295f223bcccc935ff4f5ad06a1e020ce7 355 1.00/1.00 vMB 18
655,768 655,768 00000000000000000000c6da90958abf4b613b42ae6b00e8ac11f5feb3b811ef 1,423 1.00/1.00 vMB 57
655,767 655,767 000000000000000000058c34f2ef75f2ceb01b8c1adae93d8fa6714194eb070f 2,147 1.00/1.00 vMB 87
655,766 655,766 0000000000000000000adef5fd010b58f28254877ed77086346aef75e3df25a8 1,551 1.00/1.00 vMB 19
655,765 655,765 0000000000000000000d9940bbc990b02873c63c9e0473f09d6d165c9280c49d 2,013 1.00/1.00 vMB 209
655,764 655,764 0000000000000000000b2071e4b8faf3a837e6e261478c0d6cbab5896bdb6845 1,757 1.00/1.00 vMB 68
655,763 655,763 00000000000000000007aaf8e1ffe1e2afb6cfc7862195166399e10a5c7bfc6e 1,354 1.00/1.00 vMB 31
655,762 655,762 00000000000000000006e2685b13a523a77bd44b4db2068482a41a68f1828ce0 1,362 1.00/1.00 vMB 49
655,761 655,761 0000000000000000000a98e66a9220c396f3453aa2dc4ea5e8fb84754f7e7a30 1,586 1.00/1.00 vMB 19
655,760 655,760 000000000000000000102198d468be80370fff5a7fe4256e20fd373f479d14be 2,505 1.00/1.00 vMB 189
655,759 655,759 0000000000000000000e74805c7987db19b60e332cf95782dd4e1036c8046259 2,231 1.00/1.00 vMB 129
655,758 655,758 000000000000000000071c2a8fd44f9b367f747bbb3e494ceca10af8f83bd99d 2,001 1.00/1.00 vMB 102
655,757 655,757 0000000000000000000359c4c7fbe8b2e379b913f162e6eee77dd96edc09bb13 2,509 1.00/1.00 vMB 153
655,756 655,756 0000000000000000000ddcadec1f42151733014e1354af3a86271f4d38753f6e 1,179 1.00/1.00 vMB 75
655,755 655,755 0000000000000000000eca8154cd99c7b7200f755f4ade84d7d30509d6a7b23b 1,357 1.00/1.00 vMB 18
655,754 655,754 0000000000000000000a0b95f47a05be451140f9073a3ca2d1cc51affaf3adcc 720 1.00/1.00 vMB 12
655,753 655,753 000000000000000000100b8f13a4802df90f81fe55bbe9518c037bf7a8ba848e 1,898 1.00/1.00 vMB 102
655,752 655,752 0000000000000000000ea686322ea8809505f9174bd846e1fb7e626c6af7e302 1,720 1.00/1.00 vMB 162
655,751 655,751 0000000000000000000a45765585d1b2c6b3b66d16749accecd3c6075a250b9d 1,028 1.00/1.00 vMB 12
655,750 655,750 0000000000000000000b7a964e54d6ed78c038453921daa583387cd070480765 2,382 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.59 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: 671.59 GB
    • Received: 15.96 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.