Loading Tool

Explorer IconExplorer

Memory Pool

78,094 transactions
29.05 vMB
0.07979476 BTC
Random Selection Loading Transactions
Max Size: 175.80/200 MB

Candidate Block

Mining Attempt f91e3052a7cf0ff49f360b1d73b892947db6e7d719e9ccb1914b6159ff7e0d11
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root e05e91c5be9cfa8bad96b5dbb2e5866b3997f0248b475ff38657d214dc6c3300
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,922
Size: 1.00 vMB
Total Fees: 0.01916409 BTC
Feerates: 178.73 > 1.92 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (371,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
544,070 544,070 00000000000000000005eed53297d321a3aff123571120016910f384836ac09b 2,046 1.00/1.00 vMB 61
544,069 544,069 0000000000000000000856d038a6b52cabc0da2ea219db7d020564b8c35bc963 1,326 1.00/1.00 vMB 82
544,068 544,068 000000000000000000089a084027368da6f85346b45561e6bf94525be26628c1 2,495 1.00/1.00 vMB 8
544,067 544,067 0000000000000000000768edc0be157a4660c8a0b3878d4d54d7982acdd34059 1,673 1.00/1.00 vMB 11
544,066 544,066 00000000000000000009c8ba2b4f0edc50b1489a7f512bc68203992e13721089 2,292 1.00/1.00 vMB 20
544,065 544,065 00000000000000000021d3dbac0a2e4a2ed0f4ce10abac14a550e5a98e08b785 2,838 1.00/1.00 vMB 20
544,064 544,064 00000000000000000025f5f1be9fd59f46e2d6c0c5e78502b8c1f08c91d16d8c 2,163 1.00/1.00 vMB 16
544,063 544,063 0000000000000000001a2c16d886b2b8123decc703e432465f9f1f9bae081a65 2,332 1.00/1.00 vMB 12
544,062 544,062 000000000000000000079bbb58c384ed2b719b674909a3ec0f8bb724e007304d 2,672 1.00/1.00 vMB 42
544,061 544,061 000000000000000000137f59b5617a85967a7f328c5fdff4006f74f3af2005e9 2,566 1.00/1.00 vMB 21
544,060 544,060 0000000000000000000682291a1a9aa2b7ca1b3d057ad6832b9282f3847a9815 3,304 1.00/1.00 vMB 10
544,059 544,059 000000000000000000168895d2767954c47e07820cbe3d8b0f5fbb60902df589 2,762 1.00/1.00 vMB 20
544,058 544,058 0000000000000000001acb9f135b977b482ef08f1af086d5ad5f4d14361ba1e9 1,812 1.00/1.00 vMB 18
544,057 544,057 00000000000000000016b1e0102d9a938616cc900c965dd9e488ad3d4c952e77 1,553 1.00/1.00 vMB 20
544,056 544,056 0000000000000000002119f5c157cdc11b9dfac1cea94c822b226a7f6530d303 2,689 1.00/1.00 vMB 26
544,055 544,055 0000000000000000001039d8dda558299c972b369a54b575ee93d721ad8ba92a 534 1.00/1.00 vMB 14
544,054 544,054 0000000000000000001d0825a22bb5d2d05640b9893c94bca9106eeea438e949 1,552 1.00/1.00 vMB 21
544,053 544,053 00000000000000000007e05244fba3f77ab77f360bf5c8c3d9a2341fd19db267 1,292 1.00/1.00 vMB 22
544,052 544,052 00000000000000000017ae9ff28ba5b979c435f9db29c933fa1d0a32b688f420 258 1.00/1.00 vMB 12
544,051 544,051 00000000000000000019f668bdb280685faf83d254d6eff6acbd34f44f2d53fa 1,309 1.00/1.00 vMB 21
544,050 544,050 000000000000000000232cc84c5a0db4ff4f51d9ef8218ba3e23a0c476bd7422 2,712 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.68 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: 677.43 GB
    • Received: 16.44 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.