Loading Tool

Explorer IconExplorer

Memory Pool

85,704 transactions
32.91 vMB
0.07767195 BTC
Random Selection Loading Transactions
Max Size: 195.75/200 MB

Candidate Block

Mining Attempt 7f826b6acf53d5e27d23c5e0c184d68b80e747a39207012de7a64f6d2a83e165
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root 308b94a2af4ce1e277b502ef03fc5576798efce1c6fd7b36da176331ce4486b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,412
Size: 1.00 vMB
Total Fees: 0.01265392 BTC
Feerates: 203.60 > 1.27 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (119,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
795,674 795,674 000000000000000000049aabba83bccde71403835a7f66377b6b690f8a38cb3a 2,284 1.00/1.00 vMB 23
795,673 795,673 0000000000000000000541f257dba2d75bdddc309ff78eb1942eacd1f8139bc3 3,137 1.00/1.00 vMB 22
795,672 795,672 000000000000000000036ddea8d0d547ff4832a56203e1e2c267f3f573b17823 2,259 1.00/1.00 vMB 21
795,671 795,671 000000000000000000035ef2970f28e6c9e11a64f705bb3e021c2630d3e9e885 1,629 1.00/1.00 vMB 23
795,670 795,670 00000000000000000004debd8d62600fffb3f11d53f42988ff2f6789841aafe7 2,931 1.00/1.00 vMB 36
795,669 795,669 000000000000000000000e43b9b86e04a3fd8c4c5efbfdd02c1124d37c929842 3,384 1.00/1.00 vMB 12
795,668 795,668 00000000000000000000931d452c049068d07f441bbd8da3dc95453ba0cd3742 4,295 1.00/1.00 vMB 16
795,667 795,667 00000000000000000001836007993c0ae7aa444d160dd884dbca4a6a177973ef 2,357 1.00/1.00 vMB 21
795,666 795,666 0000000000000000000168db0c37b759df3b4c7f474773c049ba51cbe89e3aed 2,972 1.00/1.00 vMB 29
795,665 795,665 00000000000000000004f9bec4f8f0b38ae97c14e2906f888643d9c10f7763f0 2,573 1.00/1.00 vMB 15
795,664 795,664 000000000000000000033afdeee539eaa40930a412b202e36318f5a3aaf0a85d 1,483 1.00/1.00 vMB 15
795,663 795,663 00000000000000000003a03fd72b7ec9832f14d88bfdf71774f0ab91c11ce77a 1,406 1.00/1.00 vMB 18
795,662 795,662 00000000000000000004a475145b921d0475fe60d06a06299d833af6b7f9fa70 2,797 1.00/1.00 vMB 21
795,661 795,661 00000000000000000000647b1e884a6a4f0c10c5a6526ad3bdc34c9636d11368 2,163 1.00/1.00 vMB 16
795,660 795,660 00000000000000000002474f78caffdfb79b4eb750f6affdb54e276b3ae95bd6 1,539 1.00/1.00 vMB 18
795,659 795,659 000000000000000000006bc30d624f579588b07a48415d36e534fedfe71ce37f 915 1.00/1.00 vMB 17
795,658 795,658 000000000000000000027907a83425a7277021c012ba014e8bc50a12ea3f514e 1,676 1.00/1.00 vMB 16
795,657 795,657 0000000000000000000376bdfea9962c4fb2893a45cddae2fc067c4daa29d5f6 2,742 1.00/1.00 vMB 18
795,656 795,656 000000000000000000038703b3005266a4194919db0f365b4640f99dec9e44cc 2,896 1.00/1.00 vMB 36
795,655 795,655 000000000000000000023dea0137cab8dc80ce9f31ad58e28a0e8cdcd0abc0d2 724 1.00/1.00 vMB 16
795,654 795,654 00000000000000000002e3c45e7fdb205b438469a6c9ef5617e4acb48057f2c7 2,897 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.29 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: 657.24 GB
    • Received: 14.50 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.