Loading Tool

Explorer IconExplorer

Memory Pool

82,821 transactions
31.26 vMB
0.08590657 BTC
Random Selection Loading Transactions
Max Size: 191.49/200 MB

Candidate Block

Mining Attempt 2ff444f8f7b72689d7cd0e6e01bee44995896d99e46700d70fdbb9dfde615621
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root ba83737c4e4f10c9dc76f9ac8e83ee4d26bad7d6565d88363ae61ecfd0df5fd6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,761
Size: 1.00 vMB
Total Fees: 0.01515112 BTC
Feerates: 12.18 > 1.52 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (107,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
807,730 807,730 0000000000000000000482a9705ec7243d210eceb89e31c29472e69c0aba7914 3,208 1.00/1.00 vMB 17
807,729 807,729 0000000000000000000319e027ab5ac88170e99d8d0bc2e2288df44c5758e3c8 4,763 1.00/1.00 vMB 12
807,728 807,728 0000000000000000000100b9c2bc5d15f7eaf8b9dfd92aff35a352cdd76c3fec 1,970 1.00/1.00 vMB 17
807,727 807,727 0000000000000000000199f7f5e8879ff432ed2ba9517669ea5f5a6b26388f68 4,484 1.00/1.00 vMB 13
807,726 807,726 00000000000000000002226223837f0a4875222e73a3112d593c100add3bb49c 3,825 1.00/1.00 vMB 15
807,725 807,725 0000000000000000000347d6e147e8a9c6e7655cc315cd7a8b77ac2d029ddfc6 6,548 1.00/1.00 vMB 14
807,724 807,724 000000000000000000051654e4d07db40ea7030eca18c4090dbae4164ca46e9d 5,464 1.00/1.00 vMB 13
807,723 807,723 00000000000000000000229e26b29b02529b8d25d62d5091292c5239c5a62b44 2,367 1.00/1.00 vMB 18
807,722 807,722 000000000000000000000d2de5cc6dc43e630230bb064a957ecf22ffd1038f89 5,716 1.00/1.00 vMB 12
807,721 807,721 000000000000000000050fc777f58b9b4849522a995e0c95f8b2c49e7dbdff33 2,978 1.00/1.00 vMB 16
807,720 807,720 00000000000000000001ee8c50da942189ca9619fe90fbb3fb73e2d342da8d9e 2,983 1.00/1.00 vMB 22
807,719 807,719 00000000000000000005236570fa3c682ff55c62254d278bb40235df003baf3c 5,235 1.00/1.00 vMB 13
807,718 807,718 000000000000000000017a1d14b921844d8b5f67feb8d4220f263bd80b1c2d49 5,726 1.00/1.00 vMB 15
807,717 807,717 00000000000000000002357cfb8a8b7d92fab2eb11763e75ce56cf00c0986e68 3,115 1.00/1.00 vMB 15
807,716 807,716 00000000000000000002f6c98f6ffa2cda2859cd71bdec912a8e0fdcd2bc74ee 2,891 1.00/1.00 vMB 20
807,715 807,715 0000000000000000000154e4428dd69e06b8bb7741a5124990639439c10942b8 4,711 1.00/1.00 vMB 14
807,714 807,714 000000000000000000044428623a5003eef6e4709969392dfd67d295244bec78 6,238 1.00/1.00 vMB 12
807,713 807,713 00000000000000000002277c16cc16da187f7f4c057163e3c1a5a7ef2898996b 4,559 1.00/1.00 vMB 13
807,712 807,712 00000000000000000003af8676c89f9a77b05cde865b591c3789ad3b69189ac4 5,885 1.00/1.00 vMB 14
807,711 807,711 0000000000000000000425995e0474e9e8017687ce4a16426c25ee4ad1a9d24e 3,153 1.00/1.00 vMB 12
807,710 807,710 00000000000000000003d3dd5dae943f77620d673b42e6c07391a94c91bc12cd 4,064 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.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: 709.66 GB
    • Received: 16.95 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.