Loading Tool

Explorer IconExplorer

Memory Pool

78,857 transactions
29.46 vMB
0.08393745 BTC
Random Selection Loading Transactions
Max Size: 180.54/200 MB

Candidate Block

Mining Attempt c1024352f677a2de2e420c197fc4414dfeb2492380309059b0339abe96d67e84
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root 9e110e301a9c3e254a4528f80cc3870c497ceca1af6e9bb82bcc45524174d9de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,669
Size: 1.00 vMB
Total Fees: 0.01930628 BTC
Feerates: 302.00 > 1.93 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (142,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
773,092 773,092 00000000000000000005dfb34ea9b54f1723bda2acced8a9a0cfebba5ad3dc41 2,679 0.93/1.00 vMB 11
773,091 773,091 00000000000000000000800daeac6fa8844f2c615e002db66aebbba103f5247b 1,292 0.51/1.00 vMB 9
773,090 773,090 00000000000000000004c256fa55ed5d7f0a3d58f1439da96c14814ffad566f0 1,595 0.85/1.00 vMB 7
773,089 773,089 00000000000000000002a7d11951a0ca21b68d3ac413d5241204519b8e7e8644 1,756 1.00/1.00 vMB 14
773,088 773,088 0000000000000000000770d60ef2e6f50c601c9fd2be37c596f55f2e62a97569 93 0.02/1.00 vMB 14
773,087 773,087 00000000000000000002f21d5ae07dab39d0393c7c862ee70dc6b67c722e2cd7 388 0.10/1.00 vMB 13
773,086 773,086 00000000000000000004b852869d8f546b15876c73f9da698bf066e81f5a78d3 2,002 0.95/1.00 vMB 5
773,085 773,085 0000000000000000000673efca9b5b3360304cd61c18ff8d02e921a5873fa7f5 3,036 1.00/1.00 vMB 9
773,084 773,084 0000000000000000000628cd4bb8b27a286f1dfbb6fdfee227248babb0ed3913 3,876 1.00/1.00 vMB 24
773,083 773,083 00000000000000000002dfa3c7f71ef1e13f725f8d4c641e0a6c076fb6d84e0c 493 0.20/1.00 vMB 12
773,082 773,082 00000000000000000002d935bd6318d8f65f25af0a3b529336c81d3d410fdb4b 1,189 0.63/1.00 vMB 9
773,081 773,081 00000000000000000000781edec54c0ff97ca3f4db5167d2e496e706a157c7fd 3,244 1.00/1.00 vMB 14
773,080 773,080 0000000000000000000208ee3e91b7e3be8378cf8035a66d18e5d6890a31f539 864 0.43/1.00 vMB 10
773,079 773,079 00000000000000000005f2998ad5c71a8beb887288a585f600925b86b1681ed4 1,806 0.90/1.00 vMB 8
773,078 773,078 0000000000000000000582ffc91789678e4102d14bafa4a39a3bc4812d96ee80 2,537 1.00/1.00 vMB 9
773,077 773,077 0000000000000000000424b8f84304775f594f7a5a54207e94e89d8cc047abcc 1,721 1.00/1.00 vMB 10
773,076 773,076 000000000000000000009588cbe1dec85929fd32c8c96b88fc2dd9c8fe050812 1,707 0.51/1.00 vMB 13
773,075 773,075 000000000000000000022b27f1b05aeb2308393cd914d42060f358bd25c686bb 2,272 0.60/1.00 vMB 15
773,074 773,074 000000000000000000055a03d5f9c4e88251fbd0d370918805141e5f60d27409 623 0.17/1.00 vMB 14
773,073 773,073 000000000000000000036718b244a811177249464e44d3e8508337f19eb92a8d 1,785 0.57/1.00 vMB 15
773,072 773,072 0000000000000000000520aa8cb88bb90b019b2d9430cb4b2204b80a5ae9c9a9 2,463 0.80/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.81 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: 710.18 GB
    • Received: 17.04 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.