Loading Tool

Explorer IconExplorer

Memory Pool

41,576 transactions
27.62 vMB
0.07395274 BTC
Random Selection Loading Transactions
Max Size: 142.52/200 MB

Candidate Block

Mining Attempt 522e7695700163b940b45d529a1681e9e17d909740c2bfad7a7081c64c8ed719
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root d855c5058a53b391ebc6b00665f891cad64203c8e0d594371c366fe8c2dfaea5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,251
Size: 1.00 vMB
Total Fees: 0.01961930 BTC
Feerates: 101.47 > 1.97 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (91,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,837 822,837 00000000000000000003b166e100e70468b7d75454cdc366dadc4c4ac23bab62 4,018 1.00/1.00 vMB 102
822,836 822,836 000000000000000000006c1c401a3446bcc6f0bf033162adad818ea7803e5115 5,025 1.00/1.00 vMB 96
822,835 822,835 00000000000000000001162616b54650b6483760c3a9125ba22d57b14139b0b7 4,090 1.00/1.00 vMB 97
822,834 822,834 000000000000000000013d2175eb4c7631c5e263fffeeda9f70ecb0ff06a7b03 4,006 1.00/1.00 vMB 123
822,833 822,833 00000000000000000002d22a19eefb9080e869a148339b8ee723561b0b28dbaa 4,581 1.00/1.00 vMB 92
822,832 822,832 0000000000000000000386f3fc8c479c9304c031a69fd596fdaed3bfb6879f03 3,548 1.00/1.00 vMB 111
822,831 822,831 000000000000000000027cab90b635696a995c2a78b284f7282636032fa675dd 3,287 1.00/1.00 vMB 124
822,830 822,830 0000000000000000000380866dcf76ea3ae547b88f1179288bd0e4e9f299d887 4,061 1.00/1.00 vMB 125
822,829 822,829 0000000000000000000279662d419e4aabd4ad2c506daf3e622afa747158398d 2,814 1.00/1.00 vMB 149
822,828 822,828 000000000000000000003355b2c496da59b27db40271a44bc7cb0bda90c2acb1 4,446 1.00/1.00 vMB 127
822,827 822,827 0000000000000000000243847ec6a8aaaa7eb8827e3de02104a5f6e58abd24af 3,448 1.00/1.00 vMB 118
822,826 822,826 00000000000000000001fd7fcc2d9e3db1d873301e09d72cf7ff0754622741bd 4,136 1.00/1.00 vMB 123
822,825 822,825 00000000000000000000c592bbf1dee7c676941af1b1e670a81b3b74d4201a24 3,632 1.00/1.00 vMB 114
822,824 822,824 00000000000000000001f478696d3efda8b71429ddefc03ce2c12116f363f58b 2,525 1.00/1.00 vMB 86
822,823 822,823 000000000000000000024839645b0a5a078b450771bd7e8fe3355389bbb13074 4,426 1.00/1.00 vMB 106
822,822 822,822 00000000000000000002b5fe9058a8e56299c8784707618f3d24e45ae7bc0850 4,305 1.00/1.00 vMB 104
822,821 822,821 000000000000000000036294a6644f7341be3fbc3efdbf63e567a5db68ab4819 3,531 1.00/1.00 vMB 104
822,820 822,820 00000000000000000002dcb15a90e5556fa6753c5f0974a69c4fa2d61fa5c14d 3,896 1.00/1.00 vMB 81
822,819 822,819 00000000000000000000dc975fae77ca9b7513f9d5d1e1788eb4f65f238cc75a 3,775 1.00/1.00 vMB 106
822,818 822,818 00000000000000000001d054041114740cb277577bdbf6a6cc06b15d7fb10f3e 3,489 1.00/1.00 vMB 124
822,817 822,817 00000000000000000000314c3eb570181a1bbf619a62fd1d4f45b06e30116547 3,556 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 781.79 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: 634.08 GB
    • Received: 12.24 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.