Loading Tool

Explorer IconExplorer

Memory Pool

42,304 transactions
26.73 vMB
0.06332613 BTC
Random Selection Loading Transactions
Max Size: 140.27/200 MB

Candidate Block

Mining Attempt 85a58fe35f0347645b92f407ca35ebce4bd394a67785cd17c4663858c084eea2
Version 20000000
Previous Block 00000000000000000001c29ba26020ab8fee0b13c11f761cf92eaeb9c92dd03d
Merkle Root 571203b4d9186f523dfe1294a5f8b158e7d63304179844d115664b06ab7acff2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,201
Size: 1.00 vMB
Total Fees: 0.01387554 BTC
Feerates: 181.54 > 1.39 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,932 (445,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,533 469,533 00000000000000000117f8f1fcd7c016dba0a50bbfa86d280ad5fa43027e977e 1,593 1.00/1.00 vMB 216
469,532 469,532 0000000000000000002dfdbb320f3474cc977cc4a11367e507f6fee5804c4301 1,081 1.00/1.00 vMB 191
469,531 469,531 0000000000000000010903c90967dadcfb23210163cf06ed618791afe77d694b 2,697 1.00/1.00 vMB 377
469,530 469,530 000000000000000000220fc03ce41723c22e65507c9e2f6b11e6ae47db1e7ff2 2,279 1.00/1.00 vMB 331
469,529 469,529 000000000000000000a8c74dd1404def207031b18bd8bc896a3ba07cf0031fc5 1,853 1.00/1.00 vMB 328
469,528 469,528 0000000000000000018fce57cdd25c700776ff4976b89b1c57c6d53d4bc86d67 1,691 1.00/1.00 vMB 78
469,527 469,527 0000000000000000002d13a946196fe3784943f0183314685bec99c231791c56 1,715 1.00/1.00 vMB 375
469,526 469,526 00000000000000000041886bd0bdac30f644314715fadbcd5211f4d96f9cc9e0 2,329 1.00/1.00 vMB 250
469,525 469,525 000000000000000001a19bff3a4b1d22d101ee357f710a9d1de877d80c95a0b9 217 0.12/1.00 vMB 336
469,524 469,524 00000000000000000041c4005b4579ce2978f213c026777b552a3aa980b33538 1,510 1.00/1.00 vMB 176
469,523 469,523 000000000000000000f5a3b7e3abd2f59e37e6225eac61ac8aad4d5c8440c286 1,335 1.00/1.00 vMB 139
469,522 469,522 0000000000000000011206d4b7120aead679fc6b83bc5fc781f66f39a16c8813 2,220 1.00/1.00 vMB 316
469,521 469,521 0000000000000000006f46b1a40c7fff9feb90d41efa1984af6e9eabcf6f8c3e 2,228 1.00/1.00 vMB 354
469,520 469,520 00000000000000000020619ebacdaa192fb303e60bb3f277e1384d4664f8dbc0 1,116 1.00/1.00 vMB 188
469,519 469,519 000000000000000000de403de119f6927e4c34590c690b3a0bd096b0bfdd6ecc 1,336 1.00/1.00 vMB 134
469,518 469,518 000000000000000001949e4d4754313d25ac0aee2817093a430e95cb7b34c30b 1,288 1.00/1.00 vMB 93
469,517 469,517 000000000000000000bcbd5a86c0582595690feb4fde0a1fa22fe892ad391198 1,632 1.00/1.00 vMB 311
469,516 469,516 000000000000000001899e91447b313b7eea2698e5b5f0989f19231171d08b10 1,883 1.00/1.00 vMB 320
469,515 469,515 000000000000000000cce563212bde28c41c2156d94ad20c5c8e279a17fce8e2 1,738 1.00/1.00 vMB 252
469,514 469,514 000000000000000000c1cfcaf7926f49c1751da4c9b46f3646f3dfc3064339f1 2,200 1.00/1.00 vMB 313
469,513 469,513 000000000000000000ff1e3bf10fbcb1793c0415fe7e3bd8f7b391ca4b4e3b8a 163 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.27 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: 656.01 GB
    • Received: 14.37 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.