Loading Tool

Explorer IconExplorer

Memory Pool

33,737 transactions
25.75 vMB
0.05315579 BTC
Random Selection Loading Transactions
Max Size: 129.71/200 MB

Candidate Block

Mining Attempt 1badf3ce2549d085ff64b494925b9ddda5dbe1ad09ab1b7b18e4125b44843ec0
Version 20000000
Previous Block 000000000000000000014f51cdb922adcbfbf8306ee11aa840c0f99483a0eb43
Merkle Root a49c2f535f7a2fb796836aacdc7297092325f57b6696dc3d240f1f982faed5ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,528
Size: 1.00 vMB
Total Fees: 0.00598056 BTC
Feerates: 34.67 > 0.60 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,656 (278,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,625 636,625 000000000000000000083e77da324bbae74ec7d796c8b2d26af4c3c0547b4edc 1,988 1.00/1.00 vMB 16
636,624 636,624 0000000000000000000328ff7fef0abb3b6851f00ba17d7c5328e5a04cd4e04e 744 1.00/1.00 vMB 5
636,623 636,623 0000000000000000000c9212e3a76124b5664424e40ff10bfd8dbbfd727ad3db 1,340 1.00/1.00 vMB 5
636,622 636,622 0000000000000000000528ad5e594ff0216fe9e58057512367d85b3306769f6e 2,294 1.00/1.00 vMB 7
636,621 636,621 000000000000000000066e2009170f34a298fa3437b58ea9397fed6bc4943316 2,457 1.00/1.00 vMB 11
636,620 636,620 0000000000000000000b1da982b7a7142b81f358f5e64cecf26d498beae50e7d 1,986 1.00/1.00 vMB 26
636,619 636,619 0000000000000000000f9956bf251194de46432587d6a77385a45fbb189b4269 2,744 1.00/1.00 vMB 20
636,618 636,618 00000000000000000004b03a090cc89dd4a21ca629dd77e2fe563987ea0b7c72 1,082 1.00/1.00 vMB 5
636,617 636,617 00000000000000000010ea6626ce87e1e2eead76d0fcd69bd7119c0e69fa5e2e 2,974 1.00/1.00 vMB 15
636,616 636,616 0000000000000000000e0bf51f802f67fcfa8675a18cbd1bbd31916f1105c507 2,661 1.00/1.00 vMB 14
636,615 636,615 0000000000000000000f6b7a2f812a63b7b0fd4a79745762f8fd18633ab620b1 2,736 1.00/1.00 vMB 35
636,614 636,614 00000000000000000001ed91500a1b240c70066751f55c620794ad20ce909db1 2,869 1.00/1.00 vMB 26
636,613 636,613 00000000000000000011763aa42e565349b1aef34ff2e380c78b28f42370aef5 2,712 1.00/1.00 vMB 5
636,612 636,612 000000000000000000030bf805bc44fd4a6bda276d0536a3bcdf10963ef559e4 2,889 1.00/1.00 vMB 19
636,611 636,611 00000000000000000002efc4e5ad463795a6ae13405ba0b4df5132bb2f52795b 1,998 1.00/1.00 vMB 31
636,610 636,610 0000000000000000000a0910d1d4c341a7ed16e4d24a9b7cd64af19639df565a 2,548 1.00/1.00 vMB 6
636,609 636,609 0000000000000000000d4655fce5a0ac2c6ec4d4a6d428c007c1b79955e23f9f 2,456 1.00/1.00 vMB 12
636,608 636,608 00000000000000000007a6df391c9f5298482a36275ad138bbc2a0250e8d016e 1,670 1.00/1.00 vMB 26
636,607 636,607 00000000000000000004ae5f8f6a2b933c576109efec054a1ec5ad07f13fbfb4 2,799 1.00/1.00 vMB 31
636,606 636,606 0000000000000000000d127fd1040cc99ea97c16728b0864c22d9c90341518bc 2,790 1.00/1.00 vMB 24
636,605 636,605 0000000000000000000c0ac7d19b8d742cee8e8bc1f0ee1b13384b69ae78e010 2,517 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.78 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: 633.22 GB
    • Received: 12.18 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.