Loading Tool

Explorer IconExplorer

Memory Pool

57,010 transactions
23.86 vMB
0.10290699 BTC
Random Selection Loading Transactions
Max Size: 137.37/200 MB

Candidate Block

Mining Attempt 48048c856ce8eef039462f9b5ab993d53d8d1c7e26716ce923944a8a105bf50f
Version 20000000
Previous Block 000000000000000000011d6ed96c00758cad63f20c3c2d4ebeabad5494456918
Merkle Root 033364538aebc7bca9b13b1f2a70cd4cd1a3f39bde4be269a4e04ab40f876c22
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,164
Size: 1.00 vMB
Total Fees: 0.03734660 BTC
Feerates: 217.51 > 3.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,923 (901,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
12,244 12,244 000000001bff7a7298d67e18329d4de252af70615927725a24045302d3cedae9 1 0.00/1.00 vMB 0
12,243 12,243 0000000043f0445aef16da3177796288eb0f2da149498b7a67afc4dbbe780fbd 1 0.00/1.00 vMB 0
12,242 12,242 000000005af63a2ea326d141e397b2d8ebf149491bd96b203ef3e7ed037d0714 1 0.00/1.00 vMB 0
12,241 12,241 00000000a355ba87e6242320cdc65685d7b937dd394c54d34a48c2cae21d443a 1 0.00/1.00 vMB 0
12,240 12,240 000000008913d17b102856fd113d9caa90066e5fdbe21ef309380149e8255ee4 1 0.00/1.00 vMB 0
12,239 12,239 00000000c874aabf87f32a0beb0630a227145a90ef30db6a72918d969565136e 1 0.00/1.00 vMB 0
12,238 12,238 00000000596a2fd84f014ca9cb364870f9d0618db8a70ba5e439a5fb9a20cedb 1 0.00/1.00 vMB 0
12,237 12,237 0000000000a597aaf0ec5713f67aed907c33a95ba8a5878c95a636a789f9467b 1 0.00/1.00 vMB 0
12,236 12,236 000000002c4bd2b3469ec556644ef529ee4adea735089137f9911baf10fa5c64 1 0.00/1.00 vMB 0
12,235 12,235 0000000028e8e3bed2fa5556898530bc51a5b64705599c4d6787668f477fce07 1 0.00/1.00 vMB 0
12,234 12,234 00000000997ea7db1e7ce8e3a1a5380366dca14b048abd986dabb7180c3924fb 1 0.00/1.00 vMB 0
12,233 12,233 00000000d88d8945adcd6907adf490f1536bd94600b6db17819e941cc23d7021 1 0.00/1.00 vMB 0
12,232 12,232 000000007fb8f93b07ea639b68087a7f36264b5f6b6a28833c8a24f8ffbac99b 1 0.00/1.00 vMB 0
12,231 12,231 000000002f7cd809f960957164aca1837d788614451b31c628645ab74507864c 1 0.00/1.00 vMB 0
12,230 12,230 00000000f28ef4e4f6fdd52f32481888e74fd68e31da1951de9f695273700358 1 0.00/1.00 vMB 0
12,229 12,229 000000002273a122512ce396b3aacc9739d1b0c9323ce918f6bc611dda3562e2 1 0.00/1.00 vMB 0
12,228 12,228 0000000028668b9d7948f8ac3fefb7f379b36b1d5caa8ea50cb85616f3866f96 1 0.00/1.00 vMB 0
12,227 12,227 00000000a77e6108f4401ee6ca601584661c4e5150942fb73fd04381a763cc60 1 0.00/1.00 vMB 0
12,226 12,226 00000000006e4969c22a20d6b8f0e0701f7809cb7e64c03e646890436b641db6 1 0.00/1.00 vMB 0
12,225 12,225 00000000442dd67e01201c8a64dc7ab0ad66b918b12c0afb0764a1e03a5b0a12 1 0.00/1.00 vMB 0
12,224 12,224 000000005efd30ff5f72e08f2e4bc698daa7dbf63a1ac355934501cbf90bba01 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.48 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 528.69 GB
    • Received: 5.66 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.