Loading Tool

Explorer IconExplorer

Memory Pool

27,081 transactions
6.56 vMB
0.05884317 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.60/200 MB

Candidate Block

Mining Attempt 164c90a29ba21e1231e1268dd4a795d58f9c7e363faded93126b3662fc6ef1c5
Version 20000000
Previous Block 000000000000000000001aa7bc4ab8781ec75b9e95d975417f0fcc9048b6305e
Merkle Root 889c42e24e13cb08ccd612cc5a95c9af7a923c495495311dcb024125d3a61d45
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,160
Size: 1.00 vMB
Total Fees: 0.03979593 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,233 (743,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
169,822 169,822 000000000000077bcd67075ff251f8a5a02c047cbaee0d569dd9a72f8e6e9a43 1 0.00 vMB 0
169,821 169,821 00000000000007a146241434420068bf37aad7bf8bfc8cbb55932323556d44cd 34 0.02 vMB 57
169,820 169,820 000000000000080255869119c3ce3b580b304fc1d2329622723f05437fd03fac 10 0.00 vMB 50
169,819 169,819 000000000000048e6087b7332dc90db5224d8bb2f13dc687f09a319bcb236c5b 59 0.04 vMB 66
169,818 169,818 00000000000005aa6566687c3f0b15ba217ee97e2abcf5c542c59285c839664a 58 0.03 vMB 460
169,817 169,817 000000000000076bee8aa90f78dfb4e1b5fdcec49132223c1f56c69370dc6338 1 0.00 vMB 0
169,816 169,816 0000000000000b193fbce56ce2fac7a4b11ff951295353225804b5f437f1f292 96 0.04 vMB 374
169,815 169,815 0000000000000473edc6505dbea22895665e11cd5983704a36350358941d2082 23 0.01 vMB 22
169,814 169,814 00000000000003966764d0983bfef97f2505f4085d1447ed72794f5e2ebe80e0 32 0.03 vMB 357
169,813 169,813 000000000000018c9e6220cbdc1eac82139d5b00b106bcbe06dc9650951a72e4 98 0.05 vMB 164
169,812 169,812 000000000000098220678806c58fc712f342f42a198a04ec9f2e9168ac6d4533 1 0.00 vMB 0
169,811 169,811 00000000000000b9b24de5fac33ed163b66a662a462352acb7eaea63c6e773f6 33 0.01 vMB 865
169,810 169,810 000000000000013a83ea6fa1926e8cb3ad9bbdb1d247de603ca69b772791e30c 12 0.01 vMB 44
169,809 169,809 00000000000004a33a5a224f3bccc09a344ba8511493804560b33d3d82f33ff3 12 0.01 vMB 75
169,808 169,808 00000000000002b94151d072a7c7885879eee052a29f0dc7675822d41890fba9 8 0.00 vMB 72
169,807 169,807 0000000000000359d176f358a691a676ea06be83f4fea8ebc5a183d4ed92ba85 129 0.05 vMB 249
169,806 169,806 0000000000000582af53c219ee604c0c67259c4c87afd0ba985cff7608736dbe 54 0.05 vMB 97
169,805 169,805 000000000000059234a288a3896e838456b993f560a55c6ff74ccbe57e7a01ad 90 0.03 vMB 44
169,804 169,804 000000000000088ffd9b65897471565b69b1fda0433075df8789b85dc029d474 100 0.05 vMB 88
169,803 169,803 00000000000007743736ea48590b18b9606915ff62263c4064e303338b8e4326 1 0.00 vMB 0
169,802 169,802 0000000000000427c7e192fd6c1ad56d952ec09fe8b2e28709c4414f842148b2 18 0.01 vMB 55
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 80
    • Outgoing: 10
  • Data Transfer:
    • Sent: 40.46 GB
    • Received: 0.55 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.