Loading Tool

Explorer IconExplorer

Memory Pool

33,618 transactions
11.42 vMB
0.13028492 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 69.80/200 MB

Candidate Block

Mining Attempt 24f66b6453ad97a234b3d94aae484a21eef57a4583f45c362f86355c791b355d
Version 20000000
Previous Block 0000000000000000000013f404a115b9f9c1fdfe7128073b0fa5c396bf543e69
Merkle Root 80ee57d4cff2158d36e0ba98796259e8178a055bb60d202c901c107998e6f832
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,763
Size: 1.00 vMB
Total Fees: 0.05015624 BTC
Avg Feerate: 4.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,035 (756,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,560 156,560 00000000000005acff042f50f68c375bdec5b50002f1816ae0e36df399890194 0.01 MB 20 176
156,559 156,559 00000000000004a66710f089f8b434e63e04d3b7196743254d1dbd38d92de86b 0.01 MB 23 149
156,558 156,558 00000000000001ba680795f5fbc8cf926b918a929a0ffaf942d589e43f6bf457 0.03 MB 88 7
156,557 156,557 000000000000016556f8ac7b3be9e710a86382a44c660ba45f98079456362a44 0.01 MB 24 46
156,556 156,556 0000000000000b4386b1e9460a6ba4ef4e1a92dc0db4b99d9d2ddb68b2a70f06 0.01 MB 22 19
156,555 156,555 0000000000000a86e8cd6102e066b7df783f96f2cf7e835f0f19d8844dcf852a 0.00 MB 10 354
156,554 156,554 0000000000000cbcda080a836dd095ef1aee2c6d4a03712acb1a2d21055f14f2 0.00 MB 10 15
156,553 156,553 0000000000000f2be36821d4f75fce9f4403bdb4d9726c0d7eba57e1a167253a 0.04 MB 59 69
156,552 156,552 00000000000009b8c91dc29cf219373dfb8355c93c8b920fbd089ba94838f83e 0.00 MB 6 0
156,551 156,551 0000000000000b48d9f4d07a7e349dd9845fd700ff46db4498b64619d5a88bfd 0.03 MB 72 42
156,550 156,550 00000000000009f75cd2c64580fcea2009c96d3fd0c8dfde0be8d47e98d253f9 0.00 MB 11 208
156,549 156,549 0000000000000327cea3ae78cdb5b6385e11d1eedfdbb0c2596588d7ca1209c2 0.00 MB 11 21
156,548 156,548 00000000000005ef1b8b29a0c5e242f595829676cbffbcb300c55d66839cc38a 0.00 MB 1 0
156,547 156,547 0000000000000478e5ba4821d4e0a52a2a5fe1cf920f8ea52ce2842687a1329d 0.01 MB 46 0
156,546 156,546 00000000000002cdde4a3f5fa3979fb07bfb0ec8dbe3dd4faad6d7e241515caa 0.04 MB 57 115
156,545 156,545 0000000000000b69cb15414ebf8eb67e0817d04c628a47292031a4436170483b 0.00 MB 7 24
156,544 156,544 00000000000008f8b970c5fcb943cbe6de66273522f7ffb36e497ca62477fbde 0.01 MB 9 12
156,543 156,543 000000000000011e17da0ef3e4f892867f1544fb49542dbc18ebe743f161b809 0.02 MB 68 149
156,542 156,542 00000000000000a4b0032a04ac2a26c2660c795bac9a951c3515dbcf90de142e 0.00 MB 16 14
156,541 156,541 0000000000000c29ea620fb03d8e075711de3aa851f082faccb7501620763539 0.05 MB 67 311
156,540 156,540 000000000000067532108c6c6eb52e68cdfde7bb2afa5fb5405be42f9f89d2e2 0.02 MB 70 2
Previous 10 blocks ↓
Total Size: 778.91 GB

Node Details:

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