Loading Tool

Explorer IconExplorer

Memory Pool

77,326 transactions
29.25 vMB
0.08366347 BTC
Random Selection Loading Transactions
Max Size: 178.49/200 MB

Candidate Block

Mining Attempt 57ffd7366386d34fd4488bc879d50a1a577a3c1b4a4bc01ada3f8cd6ce0f6d3a
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root f82dac670f897edd82c71376d0b9d60c9225646fa97e0aca92128484d86a6273
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,855
Size: 1.00 vMB
Total Fees: 0.01955763 BTC
Feerates: 301.35 > 1.96 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (283,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,190 632,190 0000000000000000000019c0450a1d76a40ba706e8428cd18e89a765d55de390 3,005 1.00/1.00 vMB 96
632,189 632,189 0000000000000000000b4f534c6c0deaabc4554828e18a1069d168858d52f8fb 2,647 1.00/1.00 vMB 148
632,188 632,188 0000000000000000000c5a0efe41b9029e1ddec1451bceab3ccabe8047552b23 2,321 1.00/1.00 vMB 98
632,187 632,187 0000000000000000000e5ca6e59d762aa33b64997161e1fe6e03420b68ec99ec 2,878 1.00/1.00 vMB 127
632,186 632,186 0000000000000000000385095375ebc90f629d4aa5868f2e71352a0dc39dc2f3 2,908 1.00/1.00 vMB 155
632,185 632,185 00000000000000000005603513a0a132c7dbbf48b8fa214e36776546467efb05 2,960 1.00/1.00 vMB 170
632,184 632,184 00000000000000000011eb843494f984206ed42bff3e137430c06453bdebf5e8 2,871 1.00/1.00 vMB 151
632,183 632,183 0000000000000000000eefd9a8f9dfbed36d17df74a115c6bb7f32a52f501b50 2,591 1.00/1.00 vMB 198
632,182 632,182 00000000000000000006e82a20db8ba7adeb8a8b032c02f324b96fe5f4c779e8 1 0.00/1.00 vMB 0
632,181 632,181 000000000000000000046dfa59618eb8c4170b8f7aef2b5aa88688aac1bdb01d 1,426 1.00/1.00 vMB 189
632,180 632,180 0000000000000000000157060cdd325185cb3234697c96b7b17be3fd4af8a9d3 2,466 1.00/1.00 vMB 28
632,179 632,179 0000000000000000000398f3a5f21af4dec1fc0a6049ac9c21ba7ecbef11914b 2,871 1.00/1.00 vMB 23
632,178 632,178 0000000000000000000651bb19759c310929d866c35480b13cc0f0789814d567 2,575 1.00/1.00 vMB 27
632,177 632,177 0000000000000000000d60eb9e125c967866c66a95e59c862c50675b72807ff8 2,964 1.00/1.00 vMB 44
632,176 632,176 00000000000000000010894e32aac7749e9ad44461a60aa974fdff50691ce058 2,587 1.00/1.00 vMB 64
632,175 632,175 00000000000000000006dfe88c6f1d624eaaacb16f933b9df8db9f05395b631c 2,857 1.00/1.00 vMB 103
632,174 632,174 00000000000000000010b18480a2c68464855c9343f839eeab1be54a97bd2741 2,632 1.00/1.00 vMB 87
632,173 632,173 0000000000000000000e7aa30dbfd8155eca4ade55c3fc68d62c701f6c7793ed 3,133 1.00/1.00 vMB 137
632,172 632,172 00000000000000000009da3b68e455f36c66e7661de75757d44d9fb4ee4da94f 2,907 1.00/1.00 vMB 132
632,171 632,171 00000000000000000011984082dba78508a31498c6c23d298fcdcc114895c8b4 2,307 1.00/1.00 vMB 31
632,170 632,170 0000000000000000000d65213732f4104cf2594e564511e5e9a01c1128a80d0c 2,586 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.06 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.