Loading Tool

Explorer IconExplorer

Memory Pool

78,562 transactions
29.02 vMB
0.09716361 BTC
Random Selection Loading Transactions
Max Size: 176.04/200 MB

Candidate Block

Mining Attempt 33e872c6146d51c005b59d38d1f533bb858da11f3d061bd7651144d3045e840b
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root 114ee60b2cb1659cf41757ba400e41972018fa3940ab6338c2ab88a5b985cbd6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,669
Size: 1.00 vMB
Total Fees: 0.03659379 BTC
Feerates: 137.15 > 3.67 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (92,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,487 822,487 000000000000000000014ac01d9ac8ccbefb7f794a3cb2ab7a45011e708e65c6 3,576 1.00/1.00 vMB 101
822,486 822,486 0000000000000000000284f7ba54c135d21c52a4a3f677ced9ca7c8465f9daeb 4,071 1.00/1.00 vMB 136
822,485 822,485 00000000000000000003e3f1945cf42de2f951c23f2a62f8b368e7a0a11ddacd 3,756 1.00/1.00 vMB 172
822,484 822,484 0000000000000000000378e7f97f16c0b7ca0ebd60b1bc416d450be9c039c1a2 4,369 1.00/1.00 vMB 78
822,483 822,483 000000000000000000022d00bdb51e5eff2584b25f9b64d959bf5700fe593f76 3,827 1.00/1.00 vMB 115
822,482 822,482 000000000000000000015b1b1983ae7823551e0f2a4b73a75671ea5438d33df1 3,924 1.00/1.00 vMB 95
822,481 822,481 000000000000000000039541b859c22a8834082a44a18197197a83ea318cfe12 3,726 1.00/1.00 vMB 137
822,480 822,480 00000000000000000002b6afed861be77aab07ac83060e2a9551546ecf24f224 3,004 1.00/1.00 vMB 79
822,479 822,479 00000000000000000001e2b3576e0956acbdaac2b5417126966d849bd9e8b08c 5,247 1.00/1.00 vMB 104
822,478 822,478 000000000000000000034667f35b68498f3f9f9e2f4e7c7e689892c4dcc2f5b1 2,971 1.00/1.00 vMB 89
822,477 822,477 00000000000000000001237ced5a52a9385c45abdc60e31fa1bce242091c3579 3,731 1.00/1.00 vMB 123
822,476 822,476 0000000000000000000217f1453a5a4550689f70a5280c1dd413821d921f429c 3,967 1.00/1.00 vMB 102
822,475 822,475 00000000000000000003dc30fb9b1100de108abe3782f89c4657beadb9d87766 3,546 1.00/1.00 vMB 140
822,474 822,474 000000000000000000038b1cbbb338b4be73d4177a12f4753c5b6853f5844367 3,667 1.00/1.00 vMB 83
822,473 822,473 00000000000000000003bc300e3531e2c0991b63ba1b4019d27254f75b0c8a28 3,749 1.00/1.00 vMB 101
822,472 822,472 00000000000000000001e33f9206499b4c4f36558ea4514ec71861be3fd0c9bf 1 0.00/1.00 vMB 0
822,471 822,471 0000000000000000000128c5b1d47338a3d019da226db23d5954e2af2a4711b5 4,579 1.00/1.00 vMB 99
822,470 822,470 00000000000000000002ad6556f9b9e37fb9e56767fb77177289f53cab99a83f 3,077 1.00/1.00 vMB 229
822,469 822,469 000000000000000000019b6e3f4eb297575a372730df2cf8bf90a48aa4bd200b 2,378 1.00/1.00 vMB 86
822,468 822,468 000000000000000000022608eb66429e5c534f57753dc942f2fb3e4da516ebf5 3,249 1.00/1.00 vMB 148
822,467 822,467 0000000000000000000159fafd8b8695826b21dee9e4af470d756c17c57b0c18 3,756 1.00/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.59 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 671.40 GB
    • Received: 15.93 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.