Loading Tool

Explorer IconExplorer

Memory Pool

28,326 transactions
14.73 vMB
0.06321838 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 79.94/200 MB

Candidate Block

Mining Attempt 7c41c1049535119fc9a57bf752082b23135fac09a23dd5ed162dda79827a5c86
Version 20000000
Previous Block 00000000000000000001d0617f024878b1b8c1397157f24831866ff78369eb59
Merkle Root d42e6e207c4bda177e3d124270a3284fd5efc707525bafc206f1916f15f9a73f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,591
Size: 1.00 vMB
Total Fees: 0.02490190 BTC
Median Feerate: 2.15 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,251 (743,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
169,801 169,801 00000000000008af30d07c497e608bb338abfa7161933f3df8aeecc7905f4f1f 29 0.02 vMB 263
169,800 169,800 0000000000000883d011b9913eaa8d7cdcf1083489683c67d69ab43ae782d19d 26 0.01 vMB 319
169,799 169,799 00000000000006fbf1db38099d80735b6b102765fee232f070717e37a10f1990 37 0.02 vMB 68
169,798 169,798 0000000000000ada316baedb4340c303d22dcc5a91e2017cd93c29a7793b7e21 19 0.01 vMB 209
169,797 169,797 0000000000000937f5a4fce791c6108c4a99cf9c0e408b97cf3381869719d6df 55 0.02 vMB 140
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

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