Loading Tool

Explorer IconExplorer

Memory Pool

78,581 transactions
29.81 vMB
0.07697340 BTC
Random Selection Loading Transactions
Max Size: 181.94/200 MB

Candidate Block

Mining Attempt 81d84126c25ea269225abf7a332ee4a70cccc4d9e5625c27ecede635c6672027
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root 877f99cdb5ebeb8e8d69ba75b6fc87c818bc93b9462e461bc1c2767f04fdcbbc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,086
Size: 1.00 vMB
Total Fees: 0.01083241 BTC
Feerates: 100.46 > 1.09 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (368,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
547,192 547,192 0000000000000000000f427a1a17e094ec0f46106d3cd6514ea3c24c07c4bea3 1,912 1.00/1.00 vMB 7
547,191 547,191 0000000000000000000adc93fbedac9fc73c279c0352fda7a70124101f7cbf6e 2,873 1.00/1.00 vMB 12
547,190 547,190 000000000000000000238ae826a64216b34692bfe33b7fdc5304e865a1b05a8e 1,327 1.00/1.00 vMB 6
547,189 547,189 000000000000000000137b73bae732c8fa7005236458d11c51f64f578309c33b 1,641 1.00/1.00 vMB 4
547,188 547,188 0000000000000000001c7d3763c156e9303be6875b00a9cd20856e46eac13910 3,095 1.00/1.00 vMB 8
547,187 547,187 0000000000000000000bb12582b2e8504b08d5ede9ed22779d58dae4202ad5c4 49 0.02/1.00 vMB 13
547,186 547,186 000000000000000000238cc4d794451b4b0844d6839f384ddba9ef8f6cb78e4a 201 0.07/1.00 vMB 16
547,185 547,185 0000000000000000000ca1bf8ec3e15cb91aa229377ffd3bcdbd438ecd8f7548 3,426 1.00/1.00 vMB 19
547,184 547,184 0000000000000000000107d025f274f92f2d571f5bb8ee3c2bcf5cb7f912f7ea 2,532 1.00/1.00 vMB 11
547,183 547,183 0000000000000000000115f38c95ea7a5c2e1cf40ba84e6eb329295a96cf1534 1,144 1.00/1.00 vMB 6
547,182 547,182 0000000000000000000d3e839204eefd6a2ca871344b53e9c15c38ddf848aa46 2,343 1.00/1.00 vMB 14
547,181 547,181 000000000000000000001e805ba2b48e4f1424a0dd12043ab1bf788b17c6ade0 3,012 1.00/1.00 vMB 4
547,180 547,180 00000000000000000002e5228d0302ddb212b40f144e14ee721b1823876077d8 2,993 1.00/1.00 vMB 12
547,179 547,179 00000000000000000020e3edd34aa3af1e0a0259c8fb179ad65c2293d6bf6283 2,805 1.00/1.00 vMB 12
547,178 547,178 00000000000000000022b254c52bab872da2fa3003557e109a26ca7ddde6b08c 2,574 1.00/1.00 vMB 30
547,177 547,177 00000000000000000008d05a3b4530691dcfe048fa046bc1c95cbf7ae6c60ff0 2,732 1.00/1.00 vMB 7
547,176 547,176 0000000000000000000bd77dec9b45103130117ae728d044fc81725160651699 3,317 1.00/1.00 vMB 17
547,175 547,175 0000000000000000000ac1ddbcefc27253545562521081e2e757c62430a532b7 2,714 1.00/1.00 vMB 14
547,174 547,174 0000000000000000001193e2fcae12c4bc6bc8f581a4b4dd80cc24f573e09140 2,933 1.00/1.00 vMB 10
547,173 547,173 0000000000000000002153906792559166f3d2c5bf2e6bc6a6515b3e2ccc4d70 3,235 1.00/1.00 vMB 25
547,172 547,172 0000000000000000001f6366d347e6c91de266fb5ba59e16bb14de9e80f7aa4a 2,844 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 783.07 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: 720.92 GB
    • Received: 18.31 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.