Loading Tool

Explorer IconExplorer

Memory Pool

16,288 transactions
7.86 vMB
0.03184929 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.36/200 MB

Candidate Block

Mining Attempt 80e264267fc8e0dd40b862d7c3e231ddeae7100f8d104160e39cdbcab8add2a9
Version 20000000
Previous Block 0000000000000000000145675ea6000f3d15ebd1e48b044500eb75bc4f666b05
Merkle Root 42a58a561e9f689304a4e653b160d857335b8250f0a80dd5e6b057c7e69d5337
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,787
Size: 1.00 vMB
Total Fees: 0.01567278 BTC
Median Feerate: 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,423 (822,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
90,841 90,841 000000000002b1a9857f371a94d61751d75d37abaccbb8a1a7df7cf07bd2a027 1 0.00 vMB 0
90,840 90,840 00000000000c72e937bf92ccd77ca17a99f7b84d1e66a9e8e692ed0953797231 1 0.00 vMB 0
90,839 90,839 000000000000b15a6fe136404def93af9e9ec77935de0403cd2ae00916da7074 3 0.00 vMB 0
90,838 90,838 000000000004bf5f63a1764ca16d0bae261cd48033559b5fb74a4243254d716a 2 0.00 vMB 0
90,837 90,837 00000000000a3ea27018bd80a08abb3205bafec8e98c744a3bdef4b4ecea708f 4 0.00 vMB 0
90,836 90,836 00000000000e2cf7833b2fc4a210ffc129b81c108076f88e24c6f9e10f54b535 1 0.00 vMB 0
90,835 90,835 00000000000319aeb5cbc73b7db72a4755863dc50b333c736121e4751673f856 1 0.00 vMB 0
90,834 90,834 00000000000c2b510a151a6cec8c4fa60ea1b11dd16902bb19924f01bbe06260 3 0.00 vMB 0
90,833 90,833 00000000000d996c702af50eaab49983ba56df4b8247d2eed48ea1e20881de10 1 0.00 vMB 0
90,832 90,832 000000000000762450e879ca7848210828bd4da44e837e8acb33455483e47dc6 3 0.00 vMB 0
90,831 90,831 0000000000094e87a3109cbe0401f61d28a41efb3ae3d4d074f1c0f47c55f67d 1 0.00 vMB 0
90,830 90,830 00000000000641304fc10242073520ce51f43038a871bdccc095d69c8aa9e219 1 0.00 vMB 0
90,829 90,829 00000000000bbb373ca2457b9e8c6b0a5fd42e69d21046ca781bc799358f4fc0 1 0.00 vMB 0
90,828 90,828 000000000002a06ac1484b87597e6c76094bd42a719e48bbe737bd06f9bb141b 4 0.00 vMB 0
90,827 90,827 00000000000c875321c99d16ac8b55c28d202e1b4bf2533164ff1240d7c7be4a 1 0.00 vMB 0
90,826 90,826 00000000000bbb8c32db15bac2603f1cacb2063bcdbbed3defb48e2a9ed49a45 1 0.00 vMB 0
90,825 90,825 000000000007368d293c597609a4916a0b939615bb164ed5c8b815387a998a90 3 0.00 vMB 0
90,824 90,824 00000000000d54bf487146478cf5e405f9fa95297accc6d3481f327262ccf9c8 1 0.00 vMB 0
90,823 90,823 00000000000d2e8ea7a17d90380eb6f631e65cccbc42e26f2bfa543cfd2aa9af 1 0.00 vMB 0
90,822 90,822 000000000007da2c54663526b1727fa1a6821f4df3ba1209c0081bdf550d573e 6 0.00 vMB 0
90,821 90,821 00000000000d0354d5c92285889897441b0d40a29fd68ecd2ea1818ad66ef9ce 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 296.26 GB
    • Received: 1.25 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.