Loading Tool

Explorer IconExplorer

Memory Pool

75,974 transactions
28.19 vMB
0.08964126 BTC
Random Selection Loading Transactions
Max Size: 171.05/200 MB

Candidate Block

Mining Attempt 8602dcc8ad6cc96e8bcdecc2ab643b5962b2a9c72a19abf33cdcd93acf9d76e3
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 5c434dbb0c38a9e49bfe7cbce1f1e2527dda1c50095b726344aea96a18e0f054
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,666
Size: 1.00 vMB
Total Fees: 0.02844257 BTC
Feerates: 402.60 > 2.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (440,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,179 475,179 00000000000000000056039cc905df8d99ddd13c7573f95f56da2041e2e164e4 2,433 1.00/1.00 vMB 279
475,178 475,178 00000000000000000154b965a3809150e7a4d788e260ebcec6a31eaa222b4d32 1,796 1.00/1.00 vMB 234
475,177 475,177 000000000000000001552df48900adf11669ab5a6bfd391790951953cc3423b3 2,005 1.00/1.00 vMB 279
475,176 475,176 000000000000000000a82329814f0e8f41b0f01594d02a524e34fe11b0b486e2 2,200 1.00/1.00 vMB 235
475,175 475,175 0000000000000000017080dec5f51a9475473b5db4b87dd0445fccce6315e27d 1,523 1.00/1.00 vMB 213
475,174 475,174 000000000000000001493fa5f7445656bae9fd7fb37d735fba96e5400947f04f 1,971 1.00/1.00 vMB 243
475,173 475,173 0000000000000000005411e83f2f6f338dc4b88575e18b537cb71ffc049fefeb 2,100 1.00/1.00 vMB 279
475,172 475,172 000000000000000001154718bd1ac5925928f3d4c3018c973d1d9254e4987aa7 2,081 1.00/1.00 vMB 139
475,171 475,171 000000000000000000e47e5010fe6b10db2cb6d6d1eefe9fb028e2422574805f 2,172 1.00/1.00 vMB 128
475,170 475,170 000000000000000000750a996eb88c9850eae28e52bcef8380383c6b1077cd89 1,864 1.00/1.00 vMB 129
475,169 475,169 000000000000000000c8282775062c7dfc0aebfd87b9b02bff592fcf8e3a98b0 1,993 1.00/1.00 vMB 244
475,168 475,168 00000000000000000077068a90066a3fb62f8251a9e3f915608df2e6664f3043 2,316 1.00/1.00 vMB 94
475,167 475,167 000000000000000000b434af3cf1cc047b7f85fdb47715b63758d74cc1040af5 1,539 1.00/1.00 vMB 237
475,166 475,166 0000000000000000012bef94f22b727372b255d217bce63b12e6cb9b3887ecfd 2,140 1.00/1.00 vMB 173
475,165 475,165 000000000000000000ec378fc04a9b23493f38ab19cc3b82747a9c474acd510e 2,203 1.00/1.00 vMB 203
475,164 475,164 000000000000000000ad9e9d2f9ea68f3008ac26a72e0fd68efa0f8719815846 2,050 1.00/1.00 vMB 210
475,163 475,163 000000000000000001700f74f78ce98ec331c426ecbc26e65e4621e8193e3677 2,715 1.00/1.00 vMB 226
475,162 475,162 000000000000000001005c561b5951aaa94df882162b6be8c75f73e0dcf73d13 2,321 1.00/1.00 vMB 291
475,161 475,161 00000000000000000009cf61cb20cd88be06646971e2f9771c5f2e958e826859 2,266 1.00/1.00 vMB 298
475,160 475,160 0000000000000000005ce553ec73fe86fb486b8d4a81c5ab270ad2b99582a656 1,158 1.00/1.00 vMB 329
475,159 475,159 0000000000000000007c0ed5175ea920322abb11f36b75a49c0f23a568fb45fd 642 1.00/1.00 vMB 306
Previous 10 blocks ↓
Total Size: 782.93 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.69 GB
    • Received: 17.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.