Loading Tool

Explorer IconExplorer

Memory Pool

46,224 transactions
32.35 vMB
0.13112341 BTC
Random Selection Loading Transactions
Max Size: 164.26/200 MB

Candidate Block

Mining Attempt 26ca04b697a74672e197ea76a1f7637e1285210bb4a0bfd3c1917433b2a19542
Version 20000000
Previous Block 00000000000000000000eec519111293713fc768004cb21df7a6de617fb0ea11
Merkle Root d7742c3f53cef0c914a12d400490fa9e03d209bb13a8165861e4546c3d8365fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,933
Size: 1.00 vMB
Total Fees: 0.05728528 BTC
Feerates: 265.25 > 5.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,580 (417,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,623 496,623 0000000000000000005f4ba982328a263ae027e601863e9ff0e09bcbc2719c04 2,575 1.00/1.00 vMB 142
496,622 496,622 0000000000000000007470c35aad63398a98db8a6c9b94f4fea03bcaa270ab91 2,192 1.00/1.00 vMB 156
496,621 496,621 0000000000000000003709271c1768c8f9191892807cc74c82f55fcbc51de2e3 2,288 1.00/1.00 vMB 98
496,620 496,620 0000000000000000005421d8d8283c1a24093fc74926b8a2e030d2ae5905956e 1,482 1.00/1.00 vMB 129
496,619 496,619 00000000000000000051ed3192efd00d7545d9f4f9a57fff437be2d62d71cf80 2,209 1.00/1.00 vMB 112
496,618 496,618 00000000000000000040ebf4fdecc773e210bde91f8fddde0a50edc01ff29780 1 0.00/1.00 vMB 0
496,617 496,617 00000000000000000097e118225a4a3f91192dbc533eb860def7808d69163bde 2,568 1.00/1.00 vMB 142
496,616 496,616 000000000000000000a0acde0094df796c8beb241f406943b005b6db36b07a54 1,971 1.00/1.00 vMB 175
496,615 496,615 000000000000000000d075355714dc6ea58e6d06ffcf9a7e9de4e5d790ecd7fe 2,276 1.00/1.00 vMB 156
496,614 496,614 000000000000000000c95f9fdcd946a1b3e9e967d5fc2376dd737eb385f17349 2,104 1.00/1.00 vMB 169
496,613 496,613 000000000000000000ccbc14b5d5c27a29d0b0cea3e415614464ec2196114a1b 2,214 1.00/1.00 vMB 150
496,612 496,612 000000000000000000b109ae110137d3912cb321feb38555a4d025de7631c470 2,662 1.00/1.00 vMB 180
496,611 496,611 00000000000000000048f3f4aaf67686977fe71eb8ca3ffc56e3a2d6444241a8 1,949 1.00/1.00 vMB 202
496,610 496,610 00000000000000000008c3cf5425b338f926816d2083e25b23c81a49c2b589f4 2,652 1.00/1.00 vMB 173
496,609 496,609 000000000000000000312d910dbcb9f875bbcbda3573af9546560f07820c5255 2,446 1.00/1.00 vMB 211
496,608 496,608 00000000000000000036e8ced20f6165714fa0cdfa9ac6fba5c51f7762c22a16 2,793 1.00/1.00 vMB 189
496,607 496,607 000000000000000000b4de92542faca839dfe8b2a7a00ff2a3b7cc06082a1a4d 1,415 1.00/1.00 vMB 104
496,606 496,606 0000000000000000003325966d6491008cc1baa2777b68298db9ec688f7f522f 1,683 1.00/1.00 vMB 138
496,605 496,605 000000000000000000bcdea7b4362f83341334205302d0c7b1c646858e91941f 1,657 1.00/1.00 vMB 138
496,604 496,604 0000000000000000003e8bbb5bdcbd18cb65d19a7bb3736f4e3959440b0bb6e0 2,303 1.00/1.00 vMB 120
496,603 496,603 0000000000000000004f0a36b265392ff9d95a72135e02416a11355b7dca286f 2,739 1.00/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 781.65 GB

Node Details:

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