Loading Tool

Explorer IconExplorer

Memory Pool

35,099 transactions
18.97 vMB
0.05668233 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 103.07/200 MB

Candidate Block

Mining Attempt dbfe30b9f0e25c72220386d2cf7460bd37080e99190c6c6e1e4c758bd10059e3
Version 20000000
Previous Block 000000000000000000004cf0e53a54d41d02440929c8007e8a145dc0d95f2705
Merkle Root 6b87aac0fce68906c85cf6050d90b64eb28dec5521e450d46cfe95d7f63caf1b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,077
Size: 0.99798375 1.00 vMB
Total Fees: 0.02106631 BTC
Feerates: 150.28 > 2.11 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,837 (708,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
204,906 204,906 000000000000049dfa92a13ebe5f250b6139b17f90348618d4022a798eab97e9 286 0.42/1.00 vMB 95
204,905 204,905 00000000000004ca8fdef7e7144e11bd8da6945dbedb4c8f0bc0f72b73ad77f6 114 0.05/1.00 vMB 211
204,904 204,904 000000000000019399c2db9ce62d10a32706fab5867c93c4e0568aaa889097d7 375 0.24/1.00 vMB 525
204,903 204,903 00000000000004d3dcb971397205990db93d5d3b975f1e5c206a51965460d7f6 121 0.05/1.00 vMB 115
204,902 204,902 0000000000000046815e04cac8223a185461111628f427a0ce8a97287e217c51 32 0.02/1.00 vMB 215
204,901 204,901 000000000000018e22541f38f5a98ed0840936fc3ac05aa75b7c20a830e43661 489 0.18/1.00 vMB 294
204,900 204,900 00000000000004a37a788dc79240d33f3a1973a5f2042758adf7762a57e1d374 127 0.04/1.00 vMB 91
204,899 204,899 0000000000000394f1cb3f1c4b936f25eede8bcdfb0cbe3ac610a9808376761c 146 0.06/1.00 vMB 79
204,898 204,898 000000000000044197fd5fa7929f1223b40ea7698d0d45094b1e523ed04609a8 144 0.06/1.00 vMB 81
204,897 204,897 00000000000004e368f0742589c28709d5e4d9e67bc3b1d3cab08b949b4be065 285 0.14/1.00 vMB 164
204,896 204,896 00000000000001a06f6ea13f9250d9f5351fc3843ae6f740585051430cdb427b 261 0.18/1.00 vMB 98
204,895 204,895 00000000000003925555b55915b3d4755012b7cd722ad019704f04eb6c8ea56c 128 0.08/1.00 vMB 104
204,894 204,894 000000000000005d73d3b368f5b243eb51f33dbe278e7157883c422fee32645f 92 0.03/1.00 vMB 110
204,893 204,893 00000000000000128eb44daf4b9633d17d459fef2145588817f4eb84057f0049 388 0.17/1.00 vMB 112
204,892 204,892 000000000000056e4b787f15fc3da831b7000d2f3ba727e1b8aec0cee9455030 146 0.05/1.00 vMB 17
204,891 204,891 00000000000003e7ca66821767815b41f3d2b39bc8f76969a263d6983250dbe3 208 0.09/1.00 vMB 113
204,890 204,890 000000000000032bd4de77286d135538cc50832a6ad6178aebf8cfb3cced15d7 248 0.10/1.00 vMB 173
204,889 204,889 00000000000001c6cd979d5e30deb3128a83ca257f29b2f2032bfd2ae4f849a2 32 0.01/1.00 vMB 166
204,888 204,888 00000000000000c025ff85cbb912d347121c5cc10783add8bc5cedee5229c2a7 32 0.02/1.00 vMB 90
204,887 204,887 000000000000039a4f27b375cb6351366bfaf9df4dedb303591b96c0f0b7577c 52 0.02/1.00 vMB 145
204,886 204,886 000000000000016fed06178666c7b834c60a169bd1abd8345c77023d24470a65 355 0.21/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 780.33 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: 520.33 GB
    • Received: 4.75 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.