Loading Tool

Explorer IconExplorer

Memory Pool

41,671 transactions
27.42 vMB
0.13215894 BTC
Random Selection Loading Transactions
Max Size: 141.67/200 MB

Candidate Block

Mining Attempt 988aa92bc14b5444912248c286c229da20d85dccd191a828b12078461217e964
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 249be072cca94d116cf48e0c7fb7fce47b5ff84db92a0ea50804946b7d63f57a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,741
Size: 1.00 vMB
Total Fees: 0.05113698 BTC
Feerates: 150.71 > 5.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (113,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
801,219 801,219 00000000000000000003a90872dcd2220f66fe1d07c11f8996a81399accc7b9b 4,214 1.00/1.00 vMB 7
801,218 801,218 000000000000000000054c33fda688a7526d00558decf67116e61bc1117a380f 2,988 1.00/1.00 vMB 16
801,217 801,217 00000000000000000003abbbc3441100f018ff6c1a05a50c25ef5297d24a6207 2,933 1.00/1.00 vMB 13
801,216 801,216 00000000000000000002a1a283aec57a8be774e6691618fc31b7b9ce97e4280d 3,209 1.00/1.00 vMB 9
801,215 801,215 00000000000000000003d030a0e901058878daa28f871f2428890d436f821ad6 1,852 1.00/1.00 vMB 13
801,214 801,214 000000000000000000045c7845f8c35ebf3f6a7ba6676030b553eb64019edb48 3,394 1.00/1.00 vMB 19
801,213 801,213 00000000000000000003e55c378fc43ca713cf99c1fd3449f078ffb4b1e20ada 3,882 1.00/1.00 vMB 11
801,212 801,212 000000000000000000055f45ce21d95738078b7ea23ff85ec100be918c12ec32 6,449 1.00/1.00 vMB 6
801,211 801,211 00000000000000000004616ffe61261f00be8a8d993d28ac4f3bfc205a32cd46 3,957 1.00/1.00 vMB 12
801,210 801,210 00000000000000000002f10a83cb5f0823bc7bf60328472939c7ff630ee51969 3,673 1.00/1.00 vMB 10
801,209 801,209 00000000000000000002e505ccfa3d5a4c2c9175c678e3ba7d8d2c0e1f5b7b9d 2,276 1.00/1.00 vMB 8
801,208 801,208 000000000000000000027b037bd9e769b7e8b5baf5eb502c17f6e0e0997d15f6 3,244 1.00/1.00 vMB 13
801,207 801,207 00000000000000000004092803e8139fc31de8f8a14eb9958c9f7fb93556bde4 3,083 1.00/1.00 vMB 11
801,206 801,206 00000000000000000003193a56834beb903fd82d55087f8d79a3f1c3b91588e3 1,955 1.00/1.00 vMB 24
801,205 801,205 0000000000000000000209a0003de1e2e1bc4e70c942c69ed2f9419c67200525 3,192 1.00/1.00 vMB 13
801,204 801,204 0000000000000000000132c16648671f5bc274bedde43f5476d95a2830298ff1 3,781 1.00/1.00 vMB 8
801,203 801,203 00000000000000000000ff9c595e1ca08e6c2b066250efbeb1df950e6a50523d 5,683 1.00/1.00 vMB 7
801,202 801,202 00000000000000000002848a176fcc6c12f9e02e82128d0b19bd8e0c04f1efa1 3,191 1.00/1.00 vMB 9
801,201 801,201 00000000000000000000e80eb0f1d1e671b5cd7eaf735d5b78efdbfa93aea3b6 2,675 1.00/1.00 vMB 7
801,200 801,200 00000000000000000000611b55fd8c2ef9bec821128d73dfc92a2607211dbbba 1,760 1.00/1.00 vMB 12
801,199 801,199 000000000000000000020c7a3bb1fc16f3c3c24723998fa223ba71f2ae4b5f22 3,099 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.87 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: 643.23 GB
    • Received: 12.58 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.