Loading Tool

Explorer IconExplorer

Memory Pool

75,930 transactions
28.11 vMB
0.08556064 BTC
Random Selection Loading Transactions
Max Size: 170.94/200 MB

Candidate Block

Mining Attempt 63331043da55f4cfdd98e0cbe547aaa6120f076945f42f8fba7e250a335d28e9
Version 20000000
Previous Block 00000000000000000000333bb349bd4a528f0e80d3cc81bd16791bcab0dd2b8e
Merkle Root a0c3a0d44a7587f698b81852cd695c912f0f6fda40f34d49a7d8c6632e3c7d8e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,823
Size: 1.00 vMB
Total Fees: 0.02508061 BTC
Feerates: 105.82 > 2.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,254 (84,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,976 830,976 000000000000000000010d225190adb3b2485912a13fe12b7d2f6a099ecc033c 3,386 1.00/1.00 vMB 15
830,975 830,975 0000000000000000000075137ee1c86e724bff7bc702eddc92fb04fa1abb6251 3,147 1.00/1.00 vMB 26
830,974 830,974 00000000000000000002da814389106abad6cb4fb1217f598008ebae9c1d55af 1,999 1.00/1.00 vMB 17
830,973 830,973 00000000000000000001a56b07014df72862f3d7d1824765fedb62242155c616 2,770 1.00/1.00 vMB 18
830,972 830,972 00000000000000000002354b9b9c0bb51d9c32e6fdb8c2195b38253c2a9ec947 3,818 1.00/1.00 vMB 27
830,971 830,971 00000000000000000001bfc21b34a6b16785bafe0b94664cdc6938145a35d15a 3,826 1.00/1.00 vMB 33
830,970 830,970 000000000000000000028b8bb18d0a9857dbe75473142231738e0670d38b26f4 2,480 1.00/1.00 vMB 25
830,969 830,969 000000000000000000026a19ef925bd8d780c0a3dd1e03aacd549ef6d72eada5 3,303 1.00/1.00 vMB 24
830,968 830,968 00000000000000000001c0dbf84989d0eafc1cfaeb8be6a752ae6931dc0f5a72 2,438 1.00/1.00 vMB 16
830,967 830,967 000000000000000000024f1fd71b6a9f8e820ae2585cdfdf0f6a9a69bf59416f 1,707 1.00/1.00 vMB 18
830,966 830,966 00000000000000000002ab00e494ba9141155ccbde2e25843fb23afb1a347ed9 1,889 1.00/1.00 vMB 14
830,965 830,965 00000000000000000000b2f349af3268efeeacf3fe6a6fc1bf9b5e986345618d 1,078 1.00/1.00 vMB 13
830,964 830,964 000000000000000000003cd757fd2e0721cb71f79a5279cc9f17869ab644ae8a 1,312 1.00/1.00 vMB 13
830,963 830,963 000000000000000000033469797943f2a499cbf1edbfb4d6ec8d9f3af0164c6c 2,818 1.00/1.00 vMB 16
830,962 830,962 00000000000000000003618e2e26284c762f06b74bc87f491c64eecea707b77a 2,683 1.00/1.00 vMB 16
830,961 830,961 00000000000000000002779d89c76321626858cd17739bee9efc47bc490fcc26 3,320 1.00/1.00 vMB 18
830,960 830,960 000000000000000000000b92e258db7fc740a50655ef0b367234d5b47d78f572 1,238 1.00/1.00 vMB 13
830,959 830,959 000000000000000000027633e46cb128959ec847846bc92b126edc681f1d946c 955 1.00/1.00 vMB 12
830,958 830,958 00000000000000000001d4431cec960b317e6b26103b72aad105d853ce436129 3,715 1.00/1.00 vMB 19
830,957 830,957 000000000000000000010964dea42c12cde31c6c840c39789678f8aea1513f87 3,268 1.00/1.00 vMB 25
830,956 830,956 0000000000000000000358dc0a9b855e6fbaf83bc7f9c2d24b287630c629c392 1,238 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.83 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: 711.79 GB
    • Received: 17.13 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.