Loading Tool

Explorer IconExplorer

Memory Pool

90,384 transactions
33.17 vMB
0.16302952 BTC
Random Selection Loading Transactions
Max Size: 199.91/200 MB

Candidate Block

Mining Attempt 64e4f2bfe7160c728fc6c28980e8bed43252c6781a37ea0c399af0d1892ef033
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root a5b61a60325e78a5db45e59300dc93a3369a426df6596700d802662f4ab82d98
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,752
Size: 1.00 vMB
Total Fees: 0.06312923 BTC
Feerates: 627.82 > 6.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (435,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,990 479,990 000000000000000000fc573d0f782ed251fdaabc2ee0be1f7f0d2250ae054150 1,872 1.00/1.00 vMB 161
479,989 479,989 00000000000000000089ba72c273e258db4545a629c551ba7d9a9ad6ccbb5e4d 1,635 1.00/1.00 vMB 173
479,988 479,988 000000000000000000f0c677526300eb5b565acce66e3ce4387d894f44ea9909 1,737 1.00/1.00 vMB 172
479,987 479,987 000000000000000000bd04357dc852e0851ced2fcd0e70c940e9f061f12eaf75 2,464 1.00/1.00 vMB 141
479,986 479,986 000000000000000000522b03adad7396bc8e7baeed9074e0a53a83665fb952dd 1,847 1.00/1.00 vMB 154
479,985 479,985 0000000000000000006f4c11dae25a5fae18444ed626074fa52a71dfb2e91171 2,399 1.00/1.00 vMB 153
479,984 479,984 0000000000000000003feeb41699692f3a6bda38bf6bfe409a53258d8829c193 1,955 1.00/1.00 vMB 165
479,983 479,983 000000000000000000b831985b2c978966dc0cce705b32aeb1b9f11805b8d2c6 2,443 1.00/1.00 vMB 177
479,982 479,982 00000000000000000023c2687edf1fab2176eb00b553b8cdb48b7a7f57f06149 2,546 1.00/1.00 vMB 215
479,981 479,981 00000000000000000102e39fa5e1623471747be0527972037c4d378773ce1b3e 2,531 1.00/1.00 vMB 192
479,980 479,980 0000000000000000009cefd740076d292f663f58e87c01d09c3b5b07e460283d 2,398 1.00/1.00 vMB 178
479,979 479,979 0000000000000000008bc6deee28c7b6bd79f47953affb10f6a058ca1efc9dbb 2,440 1.00/1.00 vMB 166
479,978 479,978 0000000000000000001db2a5beaae265319b5d603fce0d877baa09bab7357ef5 2,742 0.99/1.00 vMB 190
479,977 479,977 0000000000000000008835903cd9ba5add81d5246e847948c60a4a9b6b4f1bbe 2,367 1.00/1.00 vMB 218
479,976 479,976 0000000000000000009b675029333f01676f561a14ad41a84643f638c8314392 2,498 1.00/1.00 vMB 193
479,975 479,975 0000000000000000006c28288c4335e31f2a7f839c231f9347509b93d6644eba 2,263 1.00/1.00 vMB 172
479,974 479,974 000000000000000000a806b060f246d5d1ef219366bc9f58e442f883c702a614 2,428 1.00/1.00 vMB 207
479,973 479,973 000000000000000000f753e520aa49b86f7638d1f21363e1fb8f950530b258f9 2,519 1.00/1.00 vMB 176
479,972 479,972 00000000000000000059e70a7bc0246d96c03a2386ee06351dde2ace50d35889 2,360 1.00/1.00 vMB 236
479,971 479,971 0000000000000000009a5686812b856c6fc3ca0b38382a5feada45537ce831f6 2,615 1.00/1.00 vMB 161
479,970 479,970 000000000000000000f05e7d128db368e48b1abb65e1f4beab9d5488b8ebbd9d 1,940 0.99/1.00 vMB 180
Previous 10 blocks ↓
Total Size: 782.52 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: 668.90 GB
    • Received: 15.63 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.