Loading Tool

Explorer IconExplorer

Memory Pool

81,708 transactions
30.61 vMB
0.08330803 BTC
Random Selection Loading Transactions
Max Size: 187.32/200 MB

Candidate Block

Mining Attempt f17fdc47f0bbd16c3bf488e4eb3b6593a6e770a6ab8efb7a6df1dc6cde3e3764
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root 5acc88256e549491a940fc5dc273fe8fd2f6590b9aaed94a79aaf2d289ec8f30
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,780
Size: 1.00 vMB
Total Fees: 0.01437454 BTC
Feerates: 150.61 > 1.44 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (368,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
547,207 547,207 000000000000000000014c2954b2cb5275a7726c7f2605d3883150ec5d567d7e 2,101 1.00/1.00 vMB 9
547,206 547,206 0000000000000000001d9a42964b929a98d6055f0ceab9034b5f65df85ae1ee6 2,488 1.00/1.00 vMB 17
547,205 547,205 0000000000000000001694ba0da4741ee7d45c19d55e5ac4c613b131be44932b 396 0.13/1.00 vMB 18
547,204 547,204 000000000000000000012021220a6f482ff48f876a0917918c3f38643bc8b5b5 1,206 1.00/1.00 vMB 2
547,203 547,203 0000000000000000000a3c03e5089962ce9aa0138955ba61a6724b1b86f2f36b 1,197 1.00/1.00 vMB 16
547,202 547,202 00000000000000000004d5257e3744b44379ceed94ebe61b3f97432f8c9afd99 1,150 1.00/1.00 vMB 6
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
Previous 10 blocks ↓
Total Size: 783.01 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: 718.90 GB
    • Received: 17.99 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.