Loading Tool

Explorer IconExplorer

Memory Pool

39,804 transactions
32.71 vMB
0.07670688 BTC
Random Selection Loading Transactions
Max Size: 161.76/200 MB

Candidate Block

Mining Attempt 8d7db1dfbd7c9efbc5fe8342ff3c4452529610cbf6fa992f09087da2fb7708ba
Version 20000000
Previous Block 00000000000000000000501633326136b197890c220f226ea3515a7126fefcc9
Merkle Root 0ee6303f33e92713f6d12f17a455b6bbf84640b2e6c6228ed869bebbf8ac0df5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,182
Size: 1.00 vMB
Total Fees: 0.00750517 BTC
Feerates: 30.98 > 0.75 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,560 (736,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
178,489 178,489 0000000000000189d250023b778a2f8e6f45b5d5e4de8fa79b7854aabd1af95b 810 0.30/1.00 vMB 281
178,488 178,488 0000000000000a9c14d2b6a49c646fbdc55e5473017e26ece47d7f0ae8c8683a 42 0.02/1.00 vMB 319
178,487 178,487 0000000000000630adabdb9e04812ac5f6941c0349eefbf1ca06056b14f310b6 10 0.01/1.00 vMB 54
178,486 178,486 0000000000000238c07db0fa206f3dc18c126df3c29baeb25694ba6b0e79a2ac 121 0.06/1.00 vMB 87
178,485 178,485 00000000000009e4d856fff4568519cb7ae8a19f091b88ceedeb418789012565 536 0.19/1.00 vMB 330
178,484 178,484 0000000000000760fb2d4f74261735f0e3252c078bb0019e94133b31d4ce260c 19 0.01/1.00 vMB 72
178,483 178,483 00000000000009119aea19ef393e8ffdbf7c81d09b2ed9a319c43505d78fb00a 50 0.03/1.00 vMB 91
178,482 178,482 00000000000003c6a1f157cae8cf73af90395b8e4662435430800748671ff782 42 0.02/1.00 vMB 92
178,481 178,481 0000000000000b14c1d1565e88985c9559650be83e57c57dd3c3b037b8806035 296 0.12/1.00 vMB 119
178,480 178,480 0000000000000161e31d28eb94b3208de10fe91404cf98639a155dc7f4dae91c 27 0.01/1.00 vMB 104
178,479 178,479 000000000000018153b94e54712a8692c1db3984f681f4fa5d9bb73ba676465b 164 0.08/1.00 vMB 91
178,478 178,478 00000000000005dd6dc0e2c74f7f4d76c7f02a0929a904d6b5b8d62e5b4b51a5 317 0.15/1.00 vMB 122
178,477 178,477 000000000000028cb32bf3040df27782659732fa2cfbee2ce2d5cb33d7cec12f 116 0.05/1.00 vMB 126
178,476 178,476 00000000000006f474a8d5a795c78be3c915054c889425646f6a84d6d25c2e9a 109 0.04/1.00 vMB 111
178,475 178,475 000000000000062f4992c7f4e064c8422dce3d2fe0a49f756da2175c2f8e9a03 120 0.04/1.00 vMB 1,341
178,474 178,474 000000000000043ad778193c142067efd10153d7014c2059c6ab146f4d4d8372 1 0.00/1.00 vMB 0
178,473 178,473 0000000000000ad2761bbfe2623df9cd76aaf7b0d6506652eafacb1d4ec966f0 70 0.03/1.00 vMB 1,723
178,472 178,472 00000000000000fcc36b0ab9256ab627eb38932bf917fcf8ce82c11516051b21 169 0.07/1.00 vMB 123
178,471 178,471 000000000000000a27b31867c214922ae3d02eabdc90c074b29b346857a677a0 88 0.04/1.00 vMB 108
178,470 178,470 00000000000007ead0f6f6f98548e39804dcf5c84286b6e08aacf24241aa0470 55 0.03/1.00 vMB 83
178,469 178,469 00000000000006c077c296a85265c555f5edbcb557cbde50b7145f0c68ed19f7 182 0.09/1.00 vMB 128
Previous 10 blocks ↓
Total Size: 781.60 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: 623.97 GB
    • Received: 11.52 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.