Loading Tool

Explorer IconExplorer

Memory Pool

53,606 transactions
31.45 vMB
0.10565938 BTC
Random Selection Loading Transactions
Max Size: 169.56/200 MB

Candidate Block

Mining Attempt 341c0933d6addf8e7cba4e05be240d436f1a608d01eedd9b5ed55d1ad8c3594d
Version 20000000
Previous Block 00000000000000000000b5c797f30f3f01ba588d1023c3962ed65aa0aaae2067
Merkle Root f83cd79d25411b0e17edd462564c6eecf57b3124ee12fdf847408d38d2f4d67d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,125
Size: 1.00 vMB
Total Fees: 0.02414934 BTC
Feerates: 18.19 > 2.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,826 (334,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,835 579,835 0000000000000000001b54b8222712573c54d32b0b73e20a3c8f9782372834b8 1,313 1.00/1.00 vMB 20
579,834 579,834 0000000000000000001ea7f11ab7e9fff6e4cfe94cf2e6c9d37614f5eb165777 2,219 1.00/1.00 vMB 69
579,833 579,833 0000000000000000001ad12ba38643a7de1212fec3ba6d30f2d5b7b34166b059 2,355 1.00/1.00 vMB 53
579,832 579,832 0000000000000000000db677fa0489e9543417a5dec08f58b268d5a75e2b5930 1,441 1.00/1.00 vMB 22
579,831 579,831 0000000000000000000df97381f3bea493baffc5b65f9d49c97f8088ee24f3da 2,352 1.00/1.00 vMB 21
579,830 579,830 00000000000000000020f738941ead6391ebb7cdb707c65d739669389f3b1821 3,011 1.00/1.00 vMB 87
579,829 579,829 00000000000000000001e97b7ab75c75feb5225ba8ffffefb9465072ab7d1ee5 2,764 1.00/1.00 vMB 52
579,828 579,828 0000000000000000001778a0b93f92a82d1c773874e76fb0376de7008d261bd6 3,425 1.00/1.00 vMB 69
579,827 579,827 0000000000000000000a895fe37d9a63ea22cdb6178768ddff13f2a513330459 2,728 1.00/1.00 vMB 52
579,826 579,826 0000000000000000000d01a559c7fba66fc6c1ad1aa54390ddd911177bacab2b 3,085 1.00/1.00 vMB 126
579,825 579,825 00000000000000000003fdad408bd2baa129195e18e8d44e2b189a805b62b680 1,806 1.00/1.00 vMB 52
579,824 579,824 000000000000000000127c6c65c8693b62d6b0f0c20ce0bb252653d98b2767f0 3,008 1.00/1.00 vMB 58
579,823 579,823 0000000000000000000acdc271f3b892271815ee7f0be68906f24f52c11561f1 2,431 1.00/1.00 vMB 72
579,822 579,822 00000000000000000006235a869f8141843bcedefbb45b013007593b8994ea86 2,564 1.00/1.00 vMB 100
579,821 579,821 000000000000000000222149f70b931da67993383fe58be2c160e72729f81dfc 3,139 1.00/1.00 vMB 118
579,820 579,820 000000000000000000118055b463a7dc0584e0993d2bde21a70b8cdf0972b3ca 3,200 1.00/1.00 vMB 97
579,819 579,819 0000000000000000001d6d3659d08dc16b010dd77ebb2d3455e22650f727f53d 2,768 1.00/1.00 vMB 110
579,818 579,818 0000000000000000000b4977b7d1efa97b50c9da1cbe0a5e7f418b0c0f7cad52 2,955 1.00/1.00 vMB 150
579,817 579,817 0000000000000000000e2912429b80235e00f6c5dcf49253c71c937c9efa9aee 2,269 1.00/1.00 vMB 93
579,816 579,816 00000000000000000015d8a4fe252f698f1960be79b795e9a7f5722a60bdafb3 2,466 1.00/1.00 vMB 78
579,815 579,815 00000000000000000013d12879b882f79db010a717a59ccb13d7e667335ce945 2,177 1.00/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 782.08 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: 651.43 GB
    • Received: 13.56 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.