Loading Tool

Explorer IconExplorer

Memory Pool

77,338 transactions
28.40 vMB
0.08131016 BTC
Random Selection Loading Transactions
Max Size: 173.17/200 MB

Candidate Block

Mining Attempt c794ce5c73a6e0740ff6cc58e711e0a3b30c821e366a18734da685391d366092
Version 20000000
Previous Block 0000000000000000000176c24bf8eb983450be5b9066556ca76917f73613153e
Merkle Root 73ff027afa19495b2010f6adf7741f5c6e837714be746499c50f2499954f37d7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,577
Size: 1.00 vMB
Total Fees: 0.01791184 BTC
Feerates: 84.47 > 1.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,309 (597,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
317,851 317,851 00000000000000000da69abd9920e1f461381e0c797048936743f90e95626f26 442 0.21/1.00 vMB 27
317,850 317,850 000000000000000009aeabe13410af58c7083176659a8898682f001567964333 734 0.43/1.00 vMB 25
317,849 317,849 00000000000000002cefe06807d859bb066f40a34511739c91ac5230c6986ee5 462 0.21/1.00 vMB 31
317,848 317,848 00000000000000002170c54ca824125e2a136a4df4eb7be9dd527c30e9362429 21 0.01/1.00 vMB 29
317,847 317,847 000000000000000017f294142d8453c471153f5aaf99bb611b9b9186a425be10 83 0.03/1.00 vMB 34
317,846 317,846 000000000000000024228616825299c9f25b915b838907a418d4972f0305a040 64 0.06/1.00 vMB 12
317,845 317,845 000000000000000005d2b0ab5c30304c468b85dc33426b6281dafbed7353c698 80 0.07/1.00 vMB 9
317,844 317,844 000000000000000007bedf38643a9b79a14e5308cc2383254c17d37cde42c392 540 0.26/1.00 vMB 26
317,843 317,843 00000000000000001abec55d5ba0b92bcbc42afb882a84a281410d1c4b57225d 185 0.10/1.00 vMB 31
317,842 317,842 00000000000000001dacefb78d5e24ca8e18ec10a0cbf34711be93c39962fb3d 866 0.42/1.00 vMB 32
317,841 317,841 00000000000000000201f29b5b6cd803a5e11bf27e2f87eb942ab7e615eb4db9 264 0.15/1.00 vMB 25
317,840 317,840 000000000000000004bd97f0026b883ac5a555dcf122b14d752dc4591d59de80 165 0.08/1.00 vMB 30
317,839 317,839 00000000000000002d99f571c954ed8256dd5edf5f4f13fe8414761040773bf0 348 0.20/1.00 vMB 25
317,838 317,838 00000000000000000310ec8c4a95d93255001fcd4c55f794d5cb29eafb1bc472 24 0.01/1.00 vMB 41
317,837 317,837 000000000000000022e14f86341bd87753cbac24e0f305087a0f36452b8c2d34 60 0.26/1.00 vMB 17
317,836 317,836 00000000000000001c2fa328414119b42c4079996efd9cd91bebc220d5db0c36 1,178 0.75/1.00 vMB 38
317,835 317,835 000000000000000024f1e0747b12f7ae170e7e9782a983289ffe900c20a729f1 94 0.04/1.00 vMB 30
317,834 317,834 000000000000000021fe6f6003e44086c61536a7313c0bd7d861653462b2de5a 121 0.05/1.00 vMB 26
317,833 317,833 00000000000000000f9bb2fc33d80eee0c24f978a1f6dbcbd317b1b3235ca0b4 126 0.06/1.00 vMB 32
317,832 317,832 0000000000000000270f1b54545d61e7613e7aebc6278abf8e6e4a27ca523147 38 0.03/1.00 vMB 21
317,831 317,831 00000000000000001795d9dcbeb55cda5c8b0e1bf042e7f3945d89ed2503edac 128 0.06/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.93 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: 714.59 GB
    • Received: 17.57 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.