Loading Tool

Explorer IconExplorer

Memory Pool

86,095 transactions
31.51 vMB
0.10445192 BTC
Random Selection Loading Transactions
Max Size: 190.83/200 MB

Candidate Block

Mining Attempt 851c3c344004a40db230316cb8f754e15cbb3860be4df70532f3803e0e1a9c50
Version 20000000
Previous Block 00000000000000000000ffda920f705e0b40f69b2032b14eb1181fe10feae91a
Merkle Root 4fa9c422233b903d9c7261f8b2c216d31f9ca8ba09b28088e2080f8c9e740d88
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,958
Size: 1.00 vMB
Total Fees: 0.02845370 BTC
Feerates: 60.16 > 2.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,956 (419,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,480 495,480 0000000000000000008cd26aa518ccef9f3b9b8644848c14ab21999a5557d5e5 2,442 1.00/1.00 vMB 170
495,479 495,479 00000000000000000070a577ad380686561f2eccc692968cf36826dd776a082c 2,679 1.00/1.00 vMB 250
495,478 495,478 000000000000000000b1def444f01a0e998306c773019ae0191737cda3d4fdfd 2,344 1.00/1.00 vMB 378
495,477 495,477 0000000000000000001cbcc5264e12bf12a25f1cf40f7ffdac7e2d154b4da087 1,795 1.00/1.00 vMB 97
495,476 495,476 0000000000000000004fb8eed516c9db969c60070f33635b0c5e8a6d1b430008 1,962 1.00/1.00 vMB 238
495,475 495,475 0000000000000000007173fe0594b4e55eceebd522b91ce5230c221d9e428f35 1,412 1.00/1.00 vMB 39
495,474 495,474 000000000000000000840ea8ca653f15de2bc3935b8c6f98265b0b0323cddd29 2,959 1.00/1.00 vMB 155
495,473 495,473 000000000000000000695918ba7e12f4308e808b1b0b9b368c10c2d8a69c54e7 2,742 1.00/1.00 vMB 262
495,472 495,472 000000000000000000a3ea36e3bde3e584b81fa5bc65a8179a66f7e3e4472091 2,158 1.00/1.00 vMB 141
495,471 495,471 000000000000000000932d63a72190b4d4e6105007891d57b68405567296caa3 1,616 1.00/1.00 vMB 77
495,470 495,470 00000000000000000068a256645c5e3b07e2b64e044ab4df3b63dc5586b68332 2,616 1.00/1.00 vMB 126
495,469 495,469 0000000000000000000c79c62527a1ba5d33b4d240735b0e3412fae17342be91 2,853 1.00/1.00 vMB 200
495,468 495,468 000000000000000000997b6e67c3b2a6682898557a8650e27fb40dc331b66d67 84 0.04/1.00 vMB 129
495,467 495,467 0000000000000000007d5823d8b7de627af922ea7339ce747be75ab6ad0ae9a6 2,670 1.00/1.00 vMB 82
495,466 495,466 00000000000000000078fef893187c6c1d847c0432ae09877012d226a3d86516 1,208 1.00/1.00 vMB 123
495,465 495,465 0000000000000000000aeb20f9966935a88d026ff3f8e1951c8299e4bf5e0b24 2,155 1.00/1.00 vMB 175
495,464 495,464 000000000000000000073ef30729483cfc51256ecc7e60ccce2adce9553e59a6 2,440 1.00/1.00 vMB 334
495,463 495,463 00000000000000000052efb809a2c9d281dce778098265744b2322929d40a293 2,288 1.00/1.00 vMB 181
495,462 495,462 0000000000000000007fb95d749e0ef7b9a64c0a760dcb0ee3b57cb913a19e46 2,529 1.00/1.00 vMB 220
495,461 495,461 0000000000000000002ee1e7ac64c411b986fd0a4d2b5a96f48d2ec771e1a1ab 2,215 1.00/1.00 vMB 96
495,460 495,460 000000000000000000683cae8af5abead2dbe330a40e30711c1873b8f1065d63 846 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.31 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: 660.22 GB
    • Received: 14.64 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.