Loading Tool

Explorer IconExplorer

Memory Pool

77,075 transactions
30.74 vMB
0.13705538 BTC
Random Selection Loading Transactions
Max Size: 176.79/200 MB

Candidate Block

Mining Attempt 8c5860c2d5c4b33c23708d425a9b28dce4c31867d71f7431873103026b7a44dd
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 535dc8cf1ffb905b177023e58fdf49711a3208e41436ba6cd523bb9b84da8d44
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,359
Size: 1.00 vMB
Total Fees: 0.04978335 BTC
Feerates: 150.36 > 4.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (92,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
822,466 822,466 00000000000000000001b8439418963b5f2621e1f0c7eabc93e92373019987a4 4,187 1.00/1.00 vMB 132
822,465 822,465 00000000000000000002cc2c80146efefaca82191eaa2a3dac2c0e0c9227a3aa 4,946 1.00/1.00 vMB 89
822,464 822,464 00000000000000000000f5cf059d3a593c0d914b821a2d31544273b2b5df6d91 3,864 1.00/1.00 vMB 128
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.