Loading Tool

Explorer IconExplorer

Memory Pool

49,181 transactions
29.81 vMB
0.09610179 BTC
Random Selection Loading Transactions
Max Size: 158.85/200 MB

Candidate Block

Mining Attempt e6d41f4035113de33ec30d4abbd505dc6be4120ab33d3d83eed98cfaec4b41b5
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root ddd6d6a938d7eaca90817f38a65d300618ac74beda20b792e7a3538d62744a76
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,233
Size: 1.00 vMB
Total Fees: 0.03253574 BTC
Feerates: 150.68 > 3.26 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (859,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
54,888 54,888 000000001164927697f1f44eef50605ac7cf5289715c2f1fe617128c15478031 2 0.00/1.00 vMB 0
54,887 54,887 000000000c60156fd68490681c9e58e855283621eb8614dbdb99a6cb81b5778e 1 0.00/1.00 vMB 0
54,886 54,886 00000000051a88653b031e24b280e73983832a78aec2ec0362a67873bc7878d5 1 0.00/1.00 vMB 0
54,885 54,885 00000000039b61fe5ea1906cc682efaa02a04694a3a738202cb56a58a49ac150 1 0.00/1.00 vMB 0
54,884 54,884 000000000c2474804738bb8932fc80c816ae18356b9245e81581f0bb629daec3 1 0.00/1.00 vMB 0
54,883 54,883 0000000001d994e8e481826450755777966ebe2b08763f2842074a22ab45528c 1 0.00/1.00 vMB 0
54,882 54,882 0000000006829745d00c806ecac7ee7fc04d95e6cd9b39b73b91ba55cf7958f1 1 0.00/1.00 vMB 0
54,881 54,881 000000000f4e59df76efd07330109e7be61d314f7492103f0464a4e79893c653 1 0.00/1.00 vMB 0
54,880 54,880 000000000ca3405657a1dc5717089243b22ae4c158beacb0a2d0619237bfcca7 1 0.00/1.00 vMB 0
54,879 54,879 000000000154a4d1f4b53017ac89b1e4de9e220cb1ae235cec2d131dd59043ae 1 0.00/1.00 vMB 0
54,878 54,878 000000000579934fbcc2633fa0effa60300d5d7eb3bef9234994d7dcc34ed010 1 0.00/1.00 vMB 0
54,877 54,877 000000000bd18f5c1f32548160367913cf1147977edc71fe9dfc93d00fe35e7a 1 0.00/1.00 vMB 0
54,876 54,876 00000000026412ce9b3be0b2afbc53c67208e73339624c66fdc3edccada17fbe 1 0.00/1.00 vMB 0
54,875 54,875 00000000120a08682ab8d11d1873638b6be353ac899f1fcf20097ecf902bc232 1 0.00/1.00 vMB 0
54,874 54,874 00000000045be4f1b640d54f8e54cca910740b7028beea190dbe4d2dcb1b63d5 1 0.00/1.00 vMB 0
54,873 54,873 0000000009a8273ae64b86c754e76be022fac7f7faea7f053c3b7be11ed8b53d 1 0.00/1.00 vMB 0
54,872 54,872 0000000009118163abb7af21a8992b4b6262bcaccd9acd34c0ea69e0622e78b9 5 0.00/1.00 vMB 0
54,871 54,871 000000000b46ba2f3ea1d9983d3999d5e26ccabf5c1dadbbf114f15ae7c6e79a 1 0.00/1.00 vMB 0
54,870 54,870 00000000139c3f96f9a198e9b5c04e8755eb5a1be75b86c2fe0afb9e08587ea7 3 0.00/1.00 vMB 0
54,869 54,869 000000000fb55e6c3b61a7a2d295609c61812763a5603ab92d7c747862a6f6f2 3 0.00/1.00 vMB 0
54,868 54,868 000000000b2ccc76f92c0981fd5b887add1bf9f09767a25b91645141be1b04aa 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.