Loading Tool

Explorer IconExplorer

Memory Pool

87,177 transactions
32.08 vMB
0.11666743 BTC
Random Selection Loading Transactions
Max Size: 196.11/200 MB

Candidate Block

Mining Attempt 103f98de2889cd90c4c18fde1db29d1ac2c1932b9407d227b674c9eb36f69405
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 54a23e758d68126499174166684a06a7a5bb373301335bda0dcf6caff3999a92
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,465
Size: 1.00 vMB
Total Fees: 0.03238808 BTC
Feerates: 1,236.26 > 3.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (551,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
364,268 364,268 000000000000000004f5dd042ec11e0da4658802ff3f50ac9bb28d810adeca2e 1,955 1.00/1.00 vMB 22
364,267 364,267 0000000000000000134e4f9b0dfb4d3d1b3ded6a085e4af1ca6025450bf16a79 2 0.00/1.00 vMB 0
364,266 364,266 00000000000000000d9fe3ca2ee4e7a5a8863aded0b42474070e00980a8efc6f 1,654 0.75/1.00 vMB 40
364,265 364,265 00000000000000000da35d8512dc6d971e7e90d8a59fc711876114f32f3a7737 1 0.00/1.00 vMB 0
364,264 364,264 00000000000000000e3e1553a703d926faa302c5cb030b532db659fbaf09e80c 1,200 0.93/1.00 vMB 20
364,263 364,263 000000000000000003dd6f1371ee60627434cf050a241124271ba4c9587c71e9 1,206 1.00/1.00 vMB 27
364,262 364,262 000000000000000009c40d3a85734abdaab8f9b132b3da89e8521691cdcd6448 271 1.00/1.00 vMB 17
364,261 364,261 000000000000000012966f57ff9cf5b031e010ab70002f6cd7f1f7dfc37aa7ab 1,471 0.95/1.00 vMB 37
364,260 364,260 000000000000000012052d8ba194ac4281d3ab4012e71b565fb9f1e86ac19183 1,203 0.75/1.00 vMB 31
364,259 364,259 0000000000000000050ba09a243c5e755d2594253872bc003ff92c85dfe91e01 743 1.00/1.00 vMB 20
364,258 364,258 00000000000000000b2382ba8696b634865b510a488e2479feaf821779ce3ce3 1,517 0.75/1.00 vMB 27
364,257 364,257 00000000000000001364d46cea0f3e019b2c86ae2d0e6349ecf0125ed57b968c 1,252 0.93/1.00 vMB 26
364,256 364,256 0000000000000000117c839ff48dedb198b88ab2af8d287fa9e0b43d492605d9 1,095 0.93/1.00 vMB 29
364,255 364,255 0000000000000000121a0b865114f3ca73d934e2c726f8ebf9f54c8d1550bb64 421 0.93/1.00 vMB 20
364,254 364,254 0000000000000000151313111b5d51fd1f343d16c0d1e45f452e7490419095dd 998 1.00/1.00 vMB 19
364,253 364,253 000000000000000010c1b83c401c682f5d43c96fc0b8844622efd739d39d071f 1,495 0.75/1.00 vMB 37
364,252 364,252 000000000000000005f2cd3f76d9b48e3ccdb7905aaa7161788f53c26e854411 1,479 1.00/1.00 vMB 27
364,251 364,251 00000000000000000583a873da211e9ddbfaecbfca059ebb80844c2f428310cf 1,531 0.93/1.00 vMB 34
364,250 364,250 000000000000000013d467224613d01a6cf24d94476a075c7952b45758a99cbb 1,076 0.93/1.00 vMB 29
364,249 364,249 00000000000000000bfd87783d66d3a534a47e881574d3a256f7648796a3e79f 1,366 1.00/1.00 vMB 28
364,248 364,248 00000000000000000700124b2137b572750b1a7f07a5488a6fa9763c6218e2c2 720 0.75/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.