Loading Tool

Explorer IconExplorer

Memory Pool

31,921 transactions
13.72 vMB
0.09081097 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 79.33/200 MB

Candidate Block

Mining Attempt 35ba9826b4c59af570d6910537d6330301db10382a719c57f8ded71b9d275f63
Version 20000000
Previous Block 000000000000000000012f3380705eda1e12298a3750d2699d73c372d2d3d1b4
Merkle Root 3f6c47a41e6c0408c2dbba9ad28f7c5114857eff6347b15084ee6e9600be2e49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,806
Size: 0.99799475 1.00 vMB
Total Fees: 0.05558728 BTC
Feerates: 203.60 > 5.57 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,729 (692,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
221,061 221,061 00000000000002840180a99cb1008088ac08dcc5126044c1cf0098b0c01cac80 507 0.20/1.00 vMB 204
221,060 221,060 000000000000028c84c469cede7550b05f857df1dfb56df6596ee1706002055f 203 0.08/1.00 vMB 208
221,059 221,059 00000000000003afbbe20b2f98f4f8d707f7e92744c3f59d3f47c927a1d62593 187 0.10/1.00 vMB 155
221,058 221,058 0000000000000283f71dcb23744a5ec3fa92ca8bb033f2a86d7eb381ad6d4f75 145 0.07/1.00 vMB 157
221,057 221,057 00000000000003b3ca64e1f2671171faa3b7472a61e3a0799518f1dc9b6e1dcc 452 0.22/1.00 vMB 142
221,056 221,056 0000000000000472bf9dfc1b20a62498ff054b10b1b731ec777d836f0b864c0b 614 0.28/1.00 vMB 203
221,055 221,055 0000000000000214210ba4801ef4ff1128a038c89264c5a6ac459759290809d7 529 0.24/1.00 vMB 184
221,054 221,054 000000000000005ef49e0bc0263b0fbb202c90df82e00785fdc1e50815ee9212 1 0.00/1.00 vMB 0
221,053 221,053 00000000000004c7896e608113c419405654308aa93c46ea9aa9dd937c7d5249 383 0.18/1.00 vMB 206
221,052 221,052 000000000000051cd68121ee135c27e6f8dcf991cc401aed05678b53e925ec62 402 0.19/1.00 vMB 171
221,051 221,051 00000000000001ab6282860f57ac0ad886d9a83875b96c1353dd7c94e1a4f183 101 0.14/1.00 vMB 77
221,050 221,050 00000000000004c982d4d55b26ba596c972afccd3a72fde960b59edc0acabb66 512 0.25/1.00 vMB 167
221,049 221,049 00000000000000ce67078f9e774a1993640c392ba2b60f9436ff7876c1c81b86 580 0.25/1.00 vMB 180
221,048 221,048 000000000000040138075e5c5a896b3f62ca284e68c71b76c8788ac77647eec2 777 0.25/1.00 vMB 277
221,047 221,047 0000000000000364edb6837c5bc6e4374fdfa7e9af295740cb15b3bacca540c0 648 0.25/1.00 vMB 258
221,046 221,046 000000000000010fbaabc43cefe2b57e313f937e3ca13fec3d8f68a50468c508 210 0.11/1.00 vMB 158
221,045 221,045 0000000000000167cbf834b5e4c1c4a9579adc00e08b98d04499a842f05e8e43 129 0.12/1.00 vMB 89
221,044 221,044 000000000000020fb24deebe95b97d35140203abdcdde593174bdc57d5f477ab 210 0.13/1.00 vMB 134
221,043 221,043 0000000000000042ba7544134cfb0e44dd4a5fda4393a1d53cd8b7e38297a8d4 256 0.08/1.00 vMB 366
221,042 221,042 00000000000004a10ab10040b3de6d335ef5b232143b29c726c36a643cb26379 119 0.07/1.00 vMB 99
221,041 221,041 00000000000001899ef03c977545f9fb28a1e4c77fd4c967cf6d748fc28ffe87 678 0.25/1.00 vMB 281
Previous 10 blocks ↓
Total Size: 780.15 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: 500.97 GB
    • Received: 3.76 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.