Loading Tool

Explorer IconExplorer

Memory Pool

70,214 transactions
26.96 vMB
0.08624057 BTC
Random Selection Loading Transactions
Max Size: 161.06/200 MB

Candidate Block

Mining Attempt 3ec217a8b6d768ea41ff3c8ee88caf964d65c298b74d153223a4be34cda54437
Version 20000000
Previous Block 00000000000000000001f691bd45982569b89a9b269b1e08ab97aba421b3f821
Merkle Root 94f2f8207f6186bf23666d536514ef3c2fc2f951142bbffbdde261aa919b3414
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,525
Size: 1.00 vMB
Total Fees: 0.02795256 BTC
Feerates: 703.20 > 2.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,481 (846,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
69,230 69,230 0000000000a9b5007905a8bed686fb077018022e640b25d6aff5feb45605447f 6 0.00/1.00 vMB 0
69,229 69,229 00000000011607f656147c27080d2b949525ad911ab42f93044feed074e84f5b 3 0.00/1.00 vMB 0
69,228 69,228 0000000000af58f3162b0456b64862e5d6064d5afd0d0b1e3d8af050d65838e3 1 0.00/1.00 vMB 0
69,227 69,227 000000000007ccf078ded4af531a5ec900a265d87f305e18473ae3b64775a81e 3 0.00/1.00 vMB 0
69,226 69,226 0000000000a29e7e1fe88f06f9580233b627b1e21f0609a5b72edf77a66349af 2 0.00/1.00 vMB 0
69,225 69,225 0000000000791f03fd9c3ef137ac13a36977d075016187fa7368433f206fae99 2 0.00/1.00 vMB 0
69,224 69,224 00000000006cd96c3d011bf5d6bdf82a5c8f896aabe2bb15215c7a83379eead5 9 0.00/1.00 vMB 0
69,223 69,223 00000000002de4f9536e58af540a9fa6ad5bb6415dc0cb4a472e5c24a798583a 3 0.00/1.00 vMB 0
69,222 69,222 000000000018c987db8469f68b284bc47b037caa7ec7d4486c987be3c72ebd84 2 0.00/1.00 vMB 0
69,221 69,221 000000000111c0ae709f4a39fb11e3a3d81867243c1bde3b36a307d6a0ab94d3 4 0.00/1.00 vMB 0
69,220 69,220 0000000000daaeddef908f95440cbc0dac6cabf98b8f146b823d69295e997554 13 0.00/1.00 vMB 0
69,219 69,219 0000000000a6ba23612db5c7f0d5ab79f0be068bdd31353bebff5f3ab8326281 22 0.01/1.00 vMB 0
69,218 69,218 00000000015447028edb1a3c7aa0c8affc92f3bc6c22b5891a2b10dabff997b2 2 0.00/1.00 vMB 0
69,217 69,217 000000000147bbe18238dc74944de5317172db02c1f9b62ae2aaba9059cc5648 6 0.00/1.00 vMB 0
69,216 69,216 0000000000e3eb7ae77c2dc802dfbfc942ec704d67a3ca134bce83c0d30175d1 56 0.01/1.00 vMB 0
69,215 69,215 00000000003bf885b1b808794edbb649453b46497ca40e92aab44216d0ebe366 43 0.01/1.00 vMB 0
69,214 69,214 00000000005ec3ca4128b340322eae227b978430fadaa69c0cd8b2ad8c977715 2 0.00/1.00 vMB 0
69,213 69,213 0000000000b39dcc684983c83afdc49bc709e07f81a67a5ac4f8b7d16717b722 3 0.00/1.00 vMB 0
69,212 69,212 0000000000db5cbfe0f35f36a5f77768632582f23758f2a705e65f848fbf65a0 8 0.00/1.00 vMB 0
69,211 69,211 00000000001be47647a1f76e5c9641ea5b0cc7dcb59de4d084934d5e2f1f0fc9 1 0.00/1.00 vMB 0
69,210 69,210 0000000000d4bc23926c64650e6f82d4c287de336bd0c8320b37dde13bae86f9 20 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 758.51 GB
    • Received: 19.05 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.