Loading Tool

Explorer IconExplorer

Memory Pool

20,983 transactions
10.05 vMB
0.02745421 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.13/200 MB

Candidate Block

Mining Attempt f9e7c63c7e356d0f166143dd1a6eabac54513fd8424edf5b2804bc6fa86db97d
Version 20000000
Previous Block 00000000000000000001b46eb5c426512bb9798b463607b3f221e8089d2fed76
Merkle Root 52e2727e572a54ecd3a520df19a63882afb12676b3c46beb4986665cc0bd4fbf
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,133
Size: 1.00 vMB
Total Fees: 0.01119632 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,538 (715,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
197,691 197,691 00000000000002834cf85dbc642ba42cd964f08fd592d461471ba2764b841e87 15 0.00 vMB 2
197,690 197,690 00000000000005ff82206c8103b75977717823b8c866b5087edc3f07921a083c 231 0.13 vMB 149
197,689 197,689 00000000000003e74a2d52dd7f394809954fa6b478fad234335d9f294ec16914 200 0.16 vMB 96
197,688 197,688 000000000000013cbfdd2179aa18920bafb38b0536f67f35abc63809680e12db 194 0.06 vMB 80
197,687 197,687 000000000000020dc5b94fe08adbc17c5472019182d69c1d976a4edd41c385bd 223 0.12 vMB 113
197,686 197,686 0000000000000304ca3728117a862f820ac94d230570c0baa680c82830f3763f 285 0.14 vMB 98
197,685 197,685 00000000000001d802991a0b93f2adf05c479791fadaaebe2e30760a7efa1698 512 0.15 vMB 25
197,684 197,684 000000000000045562c69c5906c84ff6ddc00280fc29b7156700124b62dd8b2e 2 0.00 vMB 0
197,683 197,683 00000000000002bbb395f7ffc5b0462274aae566686d3bde147c32800c28a81c 1,110 0.42 vMB 152
197,682 197,682 00000000000003ba6288979ef73c2cc0c4370cbe2289bc6540ed8261ef1ae415 225 0.25 vMB 93
197,681 197,681 000000000000042395e0e5d1686e040d80344f55eafec295a4c3c02dc98ce952 2 0.00 vMB 0
197,680 197,680 000000000000052d69aa7ba10dc32341a671c588fa92bbb4bb4385ab9dbd78f6 226 0.07 vMB 18
197,679 197,679 000000000000019cfc5ab6debe9f348b5867f430897bfdff80d0807bfe4e5b4f 951 0.25 vMB 199
197,678 197,678 000000000000038425294ccc148da0a9d65803569d1ef62f8759cc5d6a5fd9fb 214 0.42 vMB 107
197,677 197,677 00000000000005ea2144b84afbf467c25a6513e77cb62d795b30c8c857844a76 141 0.05 vMB 130
197,676 197,676 00000000000005fc7fa2804b6ecba733b5cbaea9c61251aea25eacc101d74592 2 0.00 vMB 0
197,675 197,675 000000000000054439c11fc4ae9e9ff3adf7b401b9100ef07ae3a558a75791fd 56 0.25 vMB 59
197,674 197,674 000000000000060ddd0c5dffbbd1a2f14d4c2286784c4cd2b2c385088cc3d2a7 96 0.02 vMB 27
197,673 197,673 00000000000003ecb210fe886781088629346bbacded03d975c14e145a6352ef 139 0.05 vMB 141
197,672 197,672 0000000000000355bc40b489217aa7cbb91c0ca3f35138456d6a196452d87717 12 0.00 vMB 181
197,671 197,671 000000000000052c86380a103da393142b89be6db46d23ca2cd3e9b3cee27023 182 0.07 vMB 121
Previous 10 blocks ↓
Total Size: 779.80 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: 406.70 GB
    • Received: 2.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.