Loading Tool

Explorer IconExplorer

Memory Pool

26,758 transactions
6.45 vMB
0.05492955 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.94/200 MB

Candidate Block

Mining Attempt c4b9bc530d5b56e2b4953d0acefea65fa01e623cdd33c8029d10e4d10835bad3
Version 20000000
Previous Block 000000000000000000001aa7bc4ab8781ec75b9e95d975417f0fcc9048b6305e
Merkle Root 009b91e287016a17dfe6afa4cf8fc69643559f77d2cd6c08c6921a4e9e20bd23
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,863
Size: 1.00 vMB
Total Fees: 0.03790293 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,233 (715,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
197,851 197,851 00000000000003332aeda236a9bccec36dd9623fb060c64209d58bbb78e74c59 131 0.07 vMB 113
197,850 197,850 00000000000005fb45b08230ee63ab898f703a3bb3fea456c26402e45814c9d5 130 0.03 vMB 320
197,849 197,849 000000000000004afea63cad423c0b5fba86044e3ccd369662d96ce61b9a70fa 65 0.03 vMB 80
197,848 197,848 0000000000000335a8c5fba0667108fd657082e0f1d6b952575d44922240f451 419 0.17 vMB 234
197,847 197,847 00000000000005875df6e3e829aaed23618f16c62d224a42aae40bc7abb84609 10 0.00 vMB 15
197,846 197,846 000000000000057525edcba197f7f2877e406732a7a265fac02df58a3d53ae95 256 0.10 vMB 139
197,845 197,845 000000000000031faac4651a59fe11a656b942c1d74e5e6a61fa3658704d6618 23 0.01 vMB 112
197,844 197,844 000000000000057f2ed91460b758ca3e05db868ddf2c3a44db2f40739968b633 64 0.02 vMB 41
197,843 197,843 000000000000011232fa18d48351f0494ae0709824b7c5e1c96fe9b43d9efc3f 43 0.02 vMB 89
197,842 197,842 00000000000004d6e614d3073d30991697aed1a555ecd94224fa53ad7ecf8fc4 9 0.00 vMB 62
197,841 197,841 0000000000000017e762646d4e5d80044b2cc433b87f2184e7734282cf88402c 53 0.02 vMB 118
197,840 197,840 0000000000000188c7254615bf944d17684ec00a0bd66792af7586146fda558b 113 0.05 vMB 141
197,839 197,839 00000000000000f0b283d93d44d4da8c724819e49746725dc016a72d23586f6e 31 0.01 vMB 60
197,838 197,838 00000000000003e7453318c5dfd63b0a058e4ac4efbdec72cc8e1367ea1d4b78 87 0.05 vMB 77
197,837 197,837 00000000000000dc145b39e14925b7a9225776181355bf914c40a07f66c0ff52 202 0.06 vMB 18
197,836 197,836 0000000000000140cb0a09beb75d6aa6258379d3266ae1f92b61645a30efdb9c 268 0.14 vMB 82
197,835 197,835 00000000000004e35c29c72893f0beba698e4501691209b35b0e026b38103489 339 0.15 vMB 117
197,834 197,834 0000000000000469ccf942b1774ef616e632b927e93324340186583ec48987a3 144 0.07 vMB 201
197,833 197,833 0000000000000309d0157f07ba45d72ec3082d445cf5a54c6d1be3a8db54390d 193 0.12 vMB 64
197,832 197,832 000000000000053fb7f19626b33772f4c131f4410b7b3ac54aee603838006c0a 485 0.20 vMB 131
197,831 197,831 0000000000000590504f90b9df55aa2744d4570c1762c96ab24c5315f4932f2b 9 0.00 vMB 0
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: 39.83 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.