Loading Tool

Explorer IconExplorer

Memory Pool

47,494 transactions
27.61 vMB
0.05607764 BTC
Random Selection Loading Transactions
Max Size: 147.52/200 MB

Candidate Block

Mining Attempt 7e0140d8457a9a3a80d6ed488bf57858cf600a08e46ebcd23f424b38acbaa908
Version 20000000
Previous Block 00000000000000000000720fbc0aca6b07103f1eaf0847585182cffdd8f6b53b
Merkle Root d146477b949d3f1dbd45bc21d6740e7146941191def05948120442cf433e0f94
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,624
Size: 1.00 vMB
Total Fees: 0.00426160 BTC
Feerates: 100.00 > 0.43 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,795 (244,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,379 670,379 000000000000000000051179e0302317f134134e5b15a2a1e1ae8f34defe7a8a 2,579 1.00/1.00 vMB 115
670,378 670,378 0000000000000000000c571315e3dddcdabfc51132a9911c30a72fe0f7f73879 2,519 1.00/1.00 vMB 162
670,377 670,377 0000000000000000000c1efa2c9fd8745a3a04ec30cf65230756ad328acbcd26 1,376 1.00/1.00 vMB 62
670,376 670,376 0000000000000000000ae35ec3fbd4c3908052fe980ad31959e39e0f1604b3ed 2,451 1.00/1.00 vMB 115
670,375 670,375 0000000000000000000a07e8b3374da9e39094c6c1ebea165799605bbe0b19e3 1,210 1.00/1.00 vMB 144
670,374 670,374 0000000000000000000794afcbcf26f1a0227da2ea0de9ce52ee96f6f125f14c 2,331 1.00/1.00 vMB 177
670,373 670,373 00000000000000000008fc7bf2f333c57b7c37acb5d64bf8bffab34bccdd9444 1,804 1.00/1.00 vMB 71
670,372 670,372 0000000000000000000922f2b90bb8f2e9d6ad237215a0ff17c07dcbbb44b5ab 2,561 1.00/1.00 vMB 129
670,371 670,371 0000000000000000000a768bcf4ad73f23b6f67e2b372fe6f4d2cfcc91482197 1,860 1.00/1.00 vMB 68
670,370 670,370 0000000000000000000742a6f5d19b2291b3568fb1d1c046441835d221e0b43e 2,095 1.00/1.00 vMB 92
670,369 670,369 0000000000000000000c9e5cc312492d7922c40cbaddad90d7a961800f312654 1,781 1.00/1.00 vMB 33
670,368 670,368 00000000000000000005f2c33ff792f4057ebdfcd50c5cc825d695bfbcb5ee5a 1,874 1.00/1.00 vMB 46
670,367 670,367 0000000000000000000b21824d2636d9fea821593b3f0e73e1a0eac89cc53a6f 1,756 1.00/1.00 vMB 127
670,366 670,366 0000000000000000000669f596aa8444e88e4a339ea861613cec3aa29d692753 1,840 1.00/1.00 vMB 72
670,365 670,365 00000000000000000008b0829ad77424d0b742734696652b5aa14419b5763c4c 2,094 1.00/1.00 vMB 47
670,364 670,364 000000000000000000025b88fb2fb31675b44fcf1811463cb61ddfb27f497046 2,044 1.00/1.00 vMB 100
670,363 670,363 000000000000000000014c963a6adbdc8d4f636261831e19b0faa7a2d3c98da5 1,575 1.00/1.00 vMB 88
670,362 670,362 0000000000000000000756cfb1f1441b45103e9a3add9810d91779115a2b5081 1,725 1.00/1.00 vMB 82
670,361 670,361 0000000000000000000a41da7e0ed27fda22d475228002d10488ea2c76cec3ab 1,813 1.00/1.00 vMB 100
670,360 670,360 000000000000000000074e043919433fe270dbe1d8097f399e5dfd9896c5d98a 1,906 1.00/1.00 vMB 89
670,359 670,359 000000000000000000004d840937bd4bdc53823bf3a9f18c15b4c09243abbd13 1,461 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.02 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: 649.98 GB
    • Received: 13.23 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.