Loading Tool

Explorer IconExplorer

Memory Pool

77,089 transactions
28.60 vMB
0.08873973 BTC
Random Selection Loading Transactions
Max Size: 173.51/200 MB

Candidate Block

Mining Attempt 2d024cec6a4e4fac4993308b42b77cc8d8afeb081cb7b0f26d9b4f8ae0f36647
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 2aed53d56daa28b0e4043b80314ef02174f0c5a8bbfc42b4939fb91736f6274b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,970
Size: 1.00 vMB
Total Fees: 0.02319292 BTC
Feerates: 402.60 > 2.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (392,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
523,146 523,146 00000000000000000030dd31ee0ef3c20d33d3b4e8a7c725f596d61c85aa0483 2,293 1.00/1.00 vMB 22
523,145 523,145 0000000000000000001c192f82259050ace99c74ed0889b139e902356a329396 2,443 1.00/1.00 vMB 39
523,144 523,144 0000000000000000001998447840f889706ca1eb4c95d1623e0fd0f9e2700fb6 1,988 1.00/1.00 vMB 19
523,143 523,143 0000000000000000002427d6e541b9ece03d0d9a5b2aaedd8810f2f9c47e563d 3,202 1.00/1.00 vMB 68
523,142 523,142 000000000000000000108b1a5e42b2f99011c5dc3a1308ada6a40d662d3c1fca 2,374 1.00/1.00 vMB 27
523,141 523,141 00000000000000000028b07bf8cbb2271c8db67caed09058db92b306190c4888 2,102 1.00/1.00 vMB 47
523,140 523,140 000000000000000000145a0b632b203f68900556a8d17d4739abe064cc574fe1 2,094 1.00/1.00 vMB 20
523,139 523,139 000000000000000000110555b00dbede3e17d2d10b888581d5d975c10334d5dc 2,818 1.00/1.00 vMB 77
523,138 523,138 000000000000000000055049159806e35902d00aba3f2eb6e3b8baf7a4213b23 2,688 1.00/1.00 vMB 79
523,137 523,137 00000000000000000005eb9db9adf2ef627b18ff4a5d550a1857870076bb522a 2,068 1.00/1.00 vMB 32
523,136 523,136 00000000000000000002efc031e954c0e8f379535db2ee0bf6c0aa099e232736 2,221 1.00/1.00 vMB 51
523,135 523,135 0000000000000000001170c2ce14f0a741ba334668e5824b7140d2f1ab1cc03f 2,529 1.00/1.00 vMB 97
523,134 523,134 00000000000000000000525a5c6006850aaf101ed6ab37fe5bd061dae1ccea47 1,522 0.90/1.00 vMB 42
523,133 523,133 000000000000000000155c608fffe8f0109cab0c739a039f0e97b67588a003e2 2,058 1.00/1.00 vMB 23
523,132 523,132 00000000000000000020a63d99b0b1912c039410b28a358ac645d82c6d483cf9 1,904 1.00/1.00 vMB 24
523,131 523,131 00000000000000000036818a14759da02bf3e59e8173cbc21ab3e9848ac89490 1,945 1.00/1.00 vMB 16
523,130 523,130 0000000000000000003fe89681d401acb1331960e4397ce2128666269858896c 2,504 1.00/1.00 vMB 35
523,129 523,129 0000000000000000002de746179bc98f7a60f9f9474cc6473649f27c75348e33 2,408 1.00/1.00 vMB 35
523,128 523,128 0000000000000000000e28395c95511e05c4cdc9c7669a116948941a431d36a9 2,543 1.00/1.00 vMB 74
523,127 523,127 0000000000000000002ddb72f6e10d48b6a9b40c7ad218ef4e31506114bc5390 2,613 1.00/1.00 vMB 92
523,126 523,126 0000000000000000000993cf1cd8bcab7846aff0c228a09c7d6d89ab418aae18 2,441 1.00/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 782.92 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: 714.52 GB
    • Received: 17.56 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.