Loading Tool

Explorer IconExplorer

Memory Pool

56,630 transactions
32.15 vMB
0.18402077 BTC
Random Selection Loading Transactions
Max Size: 173.13/200 MB

Candidate Block

Mining Attempt 5e27b887c2d61ee092f96350a11736d570efb760b5ce925c0deb588a3a198fba
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root fe31aa3c65e0541867cc1d1ca0a1c3c0caa74a294dfbff881b5041e6eec707be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,609
Size: 1.00 vMB
Total Fees: 0.07260275 BTC
Feerates: 465.21 > 7.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (64,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
850,808 850,808 00000000000000000002d5acb7a09b20bafe73ea3df98758a34642092cc76d5a 2,953 1.00/1.00 vMB 28
850,807 850,807 000000000000000000014669173e0d2851cbc79d90eea8d9f57f769c4f939364 4,471 1.00/1.00 vMB 11
850,806 850,806 000000000000000000033f96f20c7a5e6091cc44c7b741c2c08a3026c0b73a09 5,664 1.00/1.00 vMB 20
850,805 850,805 0000000000000000000373a1411d1dec9cc133e2c74bf21d843320ad5a59edfe 5,277 1.00/1.00 vMB 14
850,804 850,804 00000000000000000001986b7c1769532000e28fb6d9962291489d1c1b868274 4,934 1.00/1.00 vMB 21
850,803 850,803 000000000000000000026d52fb86e57611d6e1cd7830e56e5efdefe95f796a19 3,554 1.00/1.00 vMB 9
850,802 850,802 0000000000000000000300d096642d9b8049cf2cf7bdc6907d8528a7515a60b2 3,737 1.00/1.00 vMB 12
850,801 850,801 00000000000000000000960a0992831afc51ea1943fa8ab8d19c8f510be292fa 2,615 1.00/1.00 vMB 17
850,800 850,800 00000000000000000001776fa44c02d95c024666f8ba327c3b2f28e3d1410233 6,272 1.00/1.00 vMB 7
850,799 850,799 000000000000000000022494a6021c6b04fade6eb286866a93dc23694b1cfb76 3,252 1.00/1.00 vMB 11
850,798 850,798 0000000000000000000086734c7ec57f92577feb2494612638b420234b05e078 1,855 1.00/1.00 vMB 7
850,797 850,797 000000000000000000004564b40a73c5a368654fbc4c00c5cec2021a81285f51 3,551 1.00/1.00 vMB 10
850,796 850,796 00000000000000000002ae7f7d4de099dcee91ffa2f72346b70fa3ec49316d5c 2,677 1.00/1.00 vMB 8
850,795 850,795 00000000000000000000a1c5e52ad4dcfd2f67f7a99ee84c1e2d7cd12c7def00 3,642 1.00/1.00 vMB 12
850,794 850,794 00000000000000000001bb8c67c21aa674059a5647da6052df50af1ae5410bc3 2,668 1.00/1.00 vMB 29
850,793 850,793 000000000000000000026a9a172567548b19a5877d2d1a4b900f047c8ed22647 3,371 1.00/1.00 vMB 10
850,792 850,792 00000000000000000002118008767ba0c055e70e9987efd5008fbc16ea66eae0 3,397 1.00/1.00 vMB 15
850,791 850,791 0000000000000000000214687d0783133a63d6c96eb949e277c4c525bbb41b44 2,501 1.00/1.00 vMB 24
850,790 850,790 0000000000000000000293aee80bd2d95d6374a472687bf462434f77f4059201 2,854 1.00/1.00 vMB 15
850,789 850,789 00000000000000000000fff4f1fc07ec65989c81b43ecfc8cb973ff6f3e5e89b 2,730 1.00/1.00 vMB 9
850,788 850,788 000000000000000000015d728cb17590d867d1de1559747b052e36bb6ddf3c3c 3,600 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.06 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.18 GB
    • Received: 13.46 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.