Loading Tool

Explorer IconExplorer

Memory Pool

32,377 transactions
9.95 vMB
0.15282551 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.93/200 MB

Candidate Block

Mining Attempt 3332f38dd6159a8c31ecd92ce098ab6c977e1a20d23e3dfedfc118e71f31b002
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root 30986a15fa73c3af7a49278ff5adc4064220c341e9a6df311efd24511556f86f
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,548
Size: 1.00 vMB
Total Fees: 0.06652633 BTC
Median Feerate: 4.44 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (743,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
169,412 169,412 000000000000079feb7f389d591b23067466e4cc1c19ef845c10a1b40caae16c 101 0.05 vMB 53
169,411 169,411 0000000000000a0461dd589924d972e46db874d533d486101aada59cb3754142 113 0.05 vMB 3
169,410 169,410 00000000000000229733c87f43beefbfa4adf542ecdfe781950fd1e65981467e 24 0.03 vMB 283
169,409 169,409 000000000000037221dbb22ce061a8139bdf9de4c3c69d7a9068d1ae6ad9a8c3 56 0.05 vMB 198
169,408 169,408 00000000000007250134e7e62ca145f125889bf67c4c7f97dd77b190f61191ac 50 0.05 vMB 31
169,407 169,407 0000000000000024d5c1a07db67e4180a0826e83c6b2ac5aa882f5fcd0c19b8f 122 0.10 vMB 114
169,406 169,406 0000000000000538c12921bbb7db7f881aa2f796baa210ac586d8872a3701b34 19 0.01 vMB 60
169,405 169,405 0000000000000326f616dd9e42b56cf133fb3c8549df1b2536af569be6f302e6 40 0.03 vMB 148
169,404 169,404 0000000000000247cfcad921712909c4cc0475739b18ce3f92229830c211f3aa 36 0.02 vMB 101
169,403 169,403 00000000000008db924cb42caa1eef8c9468760e6c06311568c59d781b64b640 44 0.02 vMB 12
169,402 169,402 000000000000058fd49387bb1c25b975cd17afa9621574a97566e3bdb816bfe3 9 0.00 vMB 148
169,401 169,401 00000000000000e57bb24cd80f899ee1045d20fb0406780ad6bf7a41a6ee8c41 7 0.00 vMB 25
169,400 169,400 0000000000000ac53b8d446e5c0c5b1ec64b66c25f73d5b7afb10e51524fc719 25 0.01 vMB 103
169,399 169,399 00000000000001edc643e9725f1bad01fe03ce88b8cb848e86eca4917b1de876 94 0.03 vMB 67
169,398 169,398 0000000000000112732b58edbea62a487254fece5df9d1ee564fc3ca17f4507f 135 0.08 vMB 92
169,397 169,397 0000000000000075bdd6e11b3930c8070b9cbae7d9f6743a6152bd8068267727 141 0.05 vMB 31
169,396 169,396 000000000000042697205ea0591eba404adc95b759b6095259b807b360dc432b 89 0.05 vMB 34
169,395 169,395 00000000000007a42c0a4e64bb70d42f7c3de38c3b9bde5fb53e49ccccddc755 15 0.01 vMB 597
169,394 169,394 000000000000019240eae7505edbc88ba1ccd7fc95de3de7f994c09cd7ae6435 5 0.00 vMB 16
169,393 169,393 00000000000007c541bd8b33480d5e15d2be6c6a6655defbfbc534e8c168f927 12 0.00 vMB 91
169,392 169,392 000000000000090c365942f04a83779caddd651ccfbd21b7dffbceae1141aec1 39 0.02 vMB 101
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

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