Loading Tool

Explorer IconExplorer

Memory Pool

42,376 transactions
16.91 vMB
0.14296189 BTC
  • 1 sats/vbyte = 5 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 97.90/200 MB

Candidate Block

Mining Attempt 82d11217b4329b74dd1ac61ebfec6e92015a450cfa76c9c6896c769113c2c690
Version 20000000
Previous Block 00000000000000000001ae72154b22862419307a132384746352ae1d74cab25b
Merkle Root c207a72919ee4549c3605009b4580c28ed9eb0bb99813a042ff7f5733bf0f09a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,659
Size: 1.00 vMB
Total Fees: 0.04538218 BTC
Median Feerate: 4.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,315 (689,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
223,950 223,950 00000000000000529a752946305ba51839251e24317f3dd695665b7a8542ccbb 119 0.05 vMB 120
223,949 223,949 00000000000001b341209a5345a808b3100d882a2646b75aca749a7a7f5c83c7 107 0.06 vMB 175
223,948 223,948 000000000000037a2a5a30c2972536f0ca23a42398779c7cc57d9c0537a05fcc 471 0.19 vMB 183
223,947 223,947 00000000000001e309ffef8370b2a53dde0055118e4c3feb06a67ff2c9d461ad 148 0.15 vMB 69
223,946 223,946 000000000000033c1a57c3e480823391f0c8ec1448dc371688e5a5b4ce488ecd 477 0.25 vMB 154
223,945 223,945 00000000000003aaad2eda3a8ff832e43b5d78bbaa06fae406c5bcd51b1d4aa2 276 0.25 vMB 116
223,944 223,944 0000000000000024e408f47c0cc41bfd5b03e52fd03ca186c7ef9e4fe6bcc5f1 649 0.25 vMB 213
223,943 223,943 00000000000002ca6397030354a7b2e6f751f94fe655e51bfe324b33b090a40e 673 0.25 vMB 205
223,942 223,942 00000000000002f01c4c923ed028e27c614992269138e2d033528099ebc8ecca 618 0.25 vMB 181
223,941 223,941 00000000000001c0ea4716f20a138c596270b89afa8f29b25daf1279b56a9ece 515 0.20 vMB 218
223,940 223,940 000000000000030ab8b568f1ce6028b7bd60345c102d8c0fc1185194c8761506 65 0.05 vMB 99
223,939 223,939 000000000000031f2be19fdf78e3741bae089efa5494040bf9c476c2a5500d53 321 0.19 vMB 132
223,938 223,938 000000000000024fcf2b8ca05c4fc6612281d0b2bc8ee997d50e6e13ac2b766c 666 0.25 vMB 226
223,937 223,937 00000000000003a0a52b48b2d32c72cf3ce937355c371bcdbfdf7aaf8531dfaf 211 0.17 vMB 96
223,936 223,936 00000000000001d46a9817ca4b96a4a45fcafacfd153781056ec744d6ba73fee 488 0.25 vMB 155
223,935 223,935 00000000000002c0e481b4548dd1d7ee5163757d8b7f603a7743d3c5085cf9e8 769 0.25 vMB 341
223,934 223,934 000000000000026419dbb0f05271bed55af63924663c742aaaeec0a2f58da25c 144 0.05 vMB 28
223,933 223,933 0000000000000216cf6af3a61894d3ad417eecab487bea137273260f7438a94c 198 0.11 vMB 167
223,932 223,932 00000000000000dfd206b4dea7fb061ba9a35aeedb6934504e1d3930f209fa71 66 0.04 vMB 123
223,931 223,931 000000000000001b54cdb5683b302f0d9733ed1ddad8e448ec960cddcd271648 451 0.21 vMB 180
223,930 223,930 000000000000005230b1c18f17e001dc816ad41dccfa35c1fee67f6f9a46d8c9 175 0.11 vMB 106
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

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