Loading Tool

Explorer IconExplorer

Memory Pool

19,502 transactions
8.50 vMB
0.03842397 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.09/200 MB

Candidate Block

Mining Attempt 390f699522b18ce93aaeb2b1f2798bf1bc58145ae2a38f8e795c2af0848b7b55
Version 20000000
Previous Block 000000000000000000005de82c89e76a4485033bd94c0162c863c16d02ff1cea
Merkle Root f66ad2d1b7dc90f2c710428bef3239e58d36823939b8df46cf5168fd24b0cae7
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,365
Size: 1.00 vMB
Total Fees: 0.02030902 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,398 (663,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
249,516 249,516 0000000000000082d94309b08aca4058a1e2b1c55f496018eb878542798e3cb9 276 0.11 vMB 142
249,515 249,515 0000000000000084e22ee38f3353c604f44bb931ae479a29a14aad1ef0b81668 35 0.02 vMB 114
249,514 249,514 0000000000000021c5b62356f4f1b0d295d55e1d38375d09358d0d5529208801 19 0.01 vMB 43
249,513 249,513 0000000000000056d1818c33a4075271e8e4f1751bb9642820032112d7a84c6f 447 0.18 vMB 111
249,512 249,512 0000000000000044640d88db57c0790253b2d8712f70dbd02a4259e8d946947d 58 0.03 vMB 93
249,511 249,511 000000000000008133ba74b88acd27b9c7614568c5d97dc540301e42df6d9b54 151 0.08 vMB 107
249,510 249,510 000000000000005ef29e4fb37e7007fc728cb5f9588c4684607f0f8741bcbbd6 193 0.10 vMB 99
249,509 249,509 000000000000004babb8bbb77ae6baac956001c89d2b49ac6ffabd2013033b0e 50 0.02 vMB 125
249,508 249,508 000000000000005d07cfcd6581e23f5afc1d92cb3b2516c7f53d41dac68b7197 34 0.02 vMB 96
249,507 249,507 00000000000000281fb95c9c6bfd44a085f4b3c6281eb32f0d42ab7dd189381b 85 0.03 vMB 129
249,506 249,506 0000000000000033a632683774e86c8deae953884976c0336c756a60faa95705 11 0.00 vMB 120
249,505 249,505 000000000000007f53ccdd88c667534d547ce29663540ee9b99760ce1678bfa5 53 0.03 vMB 59
249,504 249,504 00000000000000862cba5a0e09bb0026d03dc891f591cb8afa565dafe631f6b3 178 0.09 vMB 7,479
249,503 249,503 000000000000004720e902b49c0a4b8f06f177ef2b43c9cd7c0d125b7b8e8a69 447 0.20 vMB 116
249,502 249,502 000000000000006eafb528444be2e5e433706c9cf5fad1ea3bea3ad41a09c40c 242 0.12 vMB 100
249,501 249,501 0000000000000040048f0e18aea438224b4a894e5acd6732b380d7440ce0055f 113 0.04 vMB 160
249,500 249,500 00000000000000110032b6bb08335765ac87fa04bc95ee15c9ab44bfbf80ca8f 53 0.02 vMB 107
249,499 249,499 00000000000000029dfde2ddc7f233ef71671bf15d98d44690bc39ecf8818bf1 114 0.07 vMB 107
249,498 249,498 0000000000000023d3f7e09f130dd117d80d112da4db519111bc61b860dd3bcb 176 0.08 vMB 93
249,497 249,497 000000000000002a2dcbffe119999abf541f802670892ebf5640781ccdb3b110 248 0.11 vMB 221
249,496 249,496 000000000000000e596f628edb7df26b9f00a13f7c04cfab01acba0b3e55548a 347 0.14 vMB 122
Previous 10 blocks ↓
Total Size: 779.56 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: 262.73 GB
    • Received: 1.01 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.