Loading Tool

Explorer IconExplorer

Memory Pool

74,028 transactions
27.38 vMB
0.06798289 BTC
Random Selection Loading Transactions
Max Size: 167.11/200 MB

Candidate Block

Mining Attempt ae3699878a706d7793c9b6d8c6dfa3b3d2acb5769234d7bcc34237a31ab3058b
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root 64bffb5a900bda80b5483740a6a96ff9525ae9b62e6f7cc0c92c9f654e173693
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,176
Size: 1.00 vMB
Total Fees: 0.00971358 BTC
Feerates: 402.60 > 0.97 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (506,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,485 408,485 000000000000000000c93e89b37d2c21eb07359e449ccba459443c0246b51e98 1,298 0.99/1.00 vMB 19
408,484 408,484 000000000000000000582b712c2eaa0a1550d67e8b19719c0171f965798749cf 1,644 0.68/1.00 vMB 42
408,483 408,483 00000000000000000136e7f7ecf9b254438e08989deb43de7f6580b6cba17de1 580 0.41/1.00 vMB 28
408,482 408,482 0000000000000000025d9eb609fb8c8b3123e643fb0470f71dcfb42d4e047ee3 1,856 1.00/1.00 vMB 26
408,481 408,481 0000000000000000040df4f17cc33818f71b8ae1f938350dbe119ebf56e46031 3,350 0.99/1.00 vMB 72
408,480 408,480 0000000000000000035de062b18ce9e5b9aa2a5c67745e3b880ca21dd4c25438 863 1.00/1.00 vMB 17
408,479 408,479 00000000000000000283194582cb58454b41c01f91c0a42bbbb942a71c1b143b 2,001 0.99/1.00 vMB 38
408,478 408,478 00000000000000000588bdafb57d708a956848e57c13343cdee7f3da5af97907 2,204 0.99/1.00 vMB 28
408,477 408,477 000000000000000002916f54fa99a1b8480ecca7baf5c9d7baa6dbd7213cc6a3 3,451 1.00/1.00 vMB 72
408,476 408,476 000000000000000001dac3c29099c010ba0d753f5e56fff382f6af70a1929613 1,463 0.91/1.00 vMB 28
408,475 408,475 0000000000000000040dde56ecf4b085cdac9dea83a54e3edc877ea22619c7a9 652 0.28/1.00 vMB 37
408,474 408,474 0000000000000000041a3b3e1e81cef0b851d3e472dcc99d5e00cd2262a43645 893 0.60/1.00 vMB 27
408,473 408,473 000000000000000005d9e21055eb193d0edcaf5404967efd9a01ca150e46e09c 1,500 0.99/1.00 vMB 32
408,472 408,472 0000000000000000027c6ce696ebb67a0a34ce4a8d8a21bb6779a92531881a95 91 0.05/1.00 vMB 32
408,471 408,471 000000000000000003de801a2448e6f4f70018869b61eab154a7efe9c998e849 2,432 1.00/1.00 vMB 39
408,470 408,470 000000000000000005007be0b950f8fd19493215c9ae7b6c015673785663929f 1,938 0.99/1.00 vMB 32
408,469 408,469 000000000000000000541c906934258f794a9155c844ddeaa7f0e11e1e8d113e 1,246 1.00/1.00 vMB 25
408,468 408,468 00000000000000000455d03ac82144c272572495957b1599d377808117a134a3 557 0.23/1.00 vMB 43
408,467 408,467 000000000000000005dfe1c8ef9f5c6a24fcb4d6ed0906cbad590f785f65da57 1,210 0.54/1.00 vMB 44
408,466 408,466 00000000000000000460cba14cc013052b2e56b82b1aa4dbdb1876afc78b0e27 1,063 1.00/1.00 vMB 29
408,465 408,465 00000000000000000608b89e339f07b126ace0bba1b632e08def9aed191565e4 686 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.94 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.86 GB
    • Received: 17.61 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.