Loading Tool

Explorer IconExplorer

Memory Pool

36,226 transactions
26.14 vMB
0.06975951 BTC
Random Selection Loading Transactions
Max Size: 133.23/200 MB

Candidate Block

Mining Attempt 6ee3433d0269aedf854b252e9309daf4cf80ff4127ded3eeb36616afaa515b41
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root f672123158d260a12fc3395126b1edd2c951b525f0ac953329164e3a1d23f828
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,365
Size: 1.00 vMB
Total Fees: 0.02132425 BTC
Feerates: 120.00 > 2.14 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (243,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,297 671,297 0000000000000000000b1f1a3495a08d27717d5a43bd4546447dffdf19769d8c 2,972 1.00/1.00 vMB 129
671,296 671,296 00000000000000000004652aa205fd27cd17eb92d4215c3c8015faae836b0565 2,246 1.00/1.00 vMB 144
671,295 671,295 00000000000000000003d649ddf432244f5cb09040c34d6a467a1ac3a373f0d3 2,533 1.00/1.00 vMB 122
671,294 671,294 000000000000000000050ae0b275427bb9eb007af5c9d4ced8872f29b7e1f9ba 2,534 1.00/1.00 vMB 111
671,293 671,293 0000000000000000000d03b1df0a2effd8b8ad83c48c6b76489339aff40b3468 2,935 1.00/1.00 vMB 135
671,292 671,292 00000000000000000008fcc11f19f7d36143488295e39a423da5b962a90056ed 1,562 1.00/1.00 vMB 119
671,291 671,291 0000000000000000000cc669c4762741eb9ac1f7c924f382281b7e451bc76994 2,552 1.00/1.00 vMB 134
671,290 671,290 00000000000000000007d9bb0bd68d25d5ec3d2507b1c8efd245fece93d02434 2,598 1.00/1.00 vMB 115
671,289 671,289 00000000000000000004e210a2b17c5321c81ca68715d273139064b0ecb3ffea 751 1.00/1.00 vMB 112
671,288 671,288 0000000000000000000046513bbe3d40326ba133ecf9c7f6b726f2a4df5579be 1,982 1.00/1.00 vMB 125
671,287 671,287 0000000000000000000b7e7ac97323dfcd57243a6020fe3570fe5b1e2702666a 2,806 1.00/1.00 vMB 134
671,286 671,286 00000000000000000002658f083b2f487e481c2ab3ba6248217af4b14622a97c 3,182 1.00/1.00 vMB 112
671,285 671,285 0000000000000000000c454d642e790182568afafc9c3055a032980f5be4ca7f 2,880 1.00/1.00 vMB 131
671,284 671,284 00000000000000000001b197fda8b6e36a61ef1e108ebc212f910d25fe235f81 2,449 1.00/1.00 vMB 122
671,283 671,283 000000000000000000005b9232f83da7fda3d2ee5eb3a29fb909d73bc2833dbf 2,658 1.00/1.00 vMB 120
671,282 671,282 00000000000000000002e66ad4c747603173d230bfba46fb44bfe02090378719 2,604 1.00/1.00 vMB 138
671,281 671,281 00000000000000000005f10fe45cf8df0a09a04f65f8c23e9b4004b03ef651fd 2,584 1.00/1.00 vMB 117
671,280 671,280 000000000000000000022c1b3e36bc586acaeaec4d1f4b4d159a25140c012d92 2,598 1.00/1.00 vMB 141
671,279 671,279 000000000000000000038689b6627a38d7c14e0c4517ca7bb497d62200dbf62b 1,851 1.00/1.00 vMB 131
671,278 671,278 000000000000000000063dc9b6be1b73fa657a3e5050837b5cb8e83ef18e3330 1,942 1.00/1.00 vMB 129
671,277 671,277 000000000000000000078a56076f588c85184cd91f86f645189612d8e66608d3 2,581 1.00/1.00 vMB 139
Previous 10 blocks ↓
Total Size: 781.84 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: 638.04 GB
    • Received: 12.46 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.