Loading Tool

Explorer IconExplorer

Memory Pool

78,345 transactions
29.81 vMB
0.07419019 BTC
Random Selection Loading Transactions
Max Size: 181.76/200 MB

Candidate Block

Mining Attempt 695237ab2ff5eb907e80a332b94c2ed6ff4cce7111d3c30671a146987c1d2ce6
Version 20000000
Previous Block 00000000000000000000f93cccf65ba1bb0d36ddbb9079a10905fd5e8bbf112f
Merkle Root 33d693076a159bce6f7a65c5d230e37bbf157695613bf3641610688d8dbebf3b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,942
Size: 1.00 vMB
Total Fees: 0.00716561 BTC
Feerates: 73.20 > 0.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,371 (368,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
547,201 547,201 00000000000000000020168007047128997edc5314b57b2777085dd9e7e1e252 2,071 1.00/1.00 vMB 7
547,200 547,200 0000000000000000002027ad1d97ca96185d8fca1f044bf775a6373a66376ae7 2,140 1.00/1.00 vMB 6
547,199 547,199 00000000000000000011a990dd8c1751a52c827a585a4bf73bd45349b6cb20ed 2,916 1.00/1.00 vMB 26
547,198 547,198 000000000000000000175cad09d480b41c8cf43457f8615c6663b0205f4d5d64 1,901 1.00/1.00 vMB 8
547,197 547,197 0000000000000000000c2e2eea9d009e89b7b4f7159158f0b270ec5040cb9d5c 224 0.07/1.00 vMB 19
547,196 547,196 000000000000000000097271977b017e0f340fddc6413acbb48efacd852f8856 812 1.00/1.00 vMB 3
547,195 547,195 000000000000000000212707a0495b04f36abbf79551e4bf7feb3773f86ba21d 1,085 1.00/1.00 vMB 7
547,194 547,194 000000000000000000152c42bb102f6d8a5922c534d5b49d0bbe4263b754694a 279 1.00/1.00 vMB 1
547,193 547,193 00000000000000000010e67a7f321b214c50d5944b4935573c3fca7bdbb00b05 2,211 1.00/1.00 vMB 15
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
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.10 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.