Loading Tool

Explorer IconExplorer

Memory Pool

24,777 transactions
11.17 vMB
0.08297359 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.23/200 MB

Candidate Block

Mining Attempt 6a554fe721a431901daf6a1500d687abe145d531655787accee55a81f6790879
Version 20000000
Previous Block 0000000000000000000019007a617bca8f44fd0c41ccdf3831817d194cd0e466
Merkle Root 8b20e7b23b7f32285f3c4d69e997812f128e99818792e090975c6ae42c40fae0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,316
Size: 0.99787775 1.00/1.00 vMB
Total Fees: 0.06441182 BTC
Feerates: 101.66 > 6.45 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,588 (720,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
192,994 192,994 00000000000005042206cba30b5a8a726ff87478297af2e160e3410b9aa7020c 155 0.08/1.00 vMB 103
192,993 192,993 000000000000003c0df9b9c5e29e00d7fd9da1ddde8bbaca294f5ac06e847dc2 16 0.00/1.00 vMB 175
192,992 192,992 00000000000003efeb245e07c240091ca3e8cb601055beff21caacc80ec3ba48 1,100 0.40/1.00 vMB 96
192,991 192,991 000000000000023fead6e0ac9d02f6202bf97a8563a2cea5d4d5e9abfa38098e 160 0.04/1.00 vMB 628
192,990 192,990 00000000000003c8b655eb564e8588373571869d891ea79a286e26ea6e25d657 11 0.00/1.00 vMB 354
192,989 192,989 00000000000004418351732d32971bf62009dbb818bef809bdaed7efaf5a8d8e 142 0.05/1.00 vMB 98
192,988 192,988 00000000000007ef4a017f4d27f42109c53f892ea08cca2ffc28a353d149d9c7 117 0.06/1.00 vMB 101
192,987 192,987 00000000000006045c8767730c0e764edda1720d126e1e27cf8dbca479ca1bdb 22 0.01/1.00 vMB 113
192,986 192,986 00000000000005dddec67d385aea3dceff97a0e7f4e757936d97bfd43c1d45a8 400 0.17/1.00 vMB 123
192,985 192,985 0000000000000163abcac62004e929182e88eff39ef72306acf7406191c5a536 56 0.03/1.00 vMB 108
192,984 192,984 000000000000014f2f626f9cc4b9674b94b724211d3e7decbbba0adbac2ca1f4 149 0.06/1.00 vMB 128
192,983 192,983 00000000000002b85d26d035363545e898dce23014fec080363d1ff52637dbf2 675 0.26/1.00 vMB 159
192,982 192,982 00000000000001e1f604e1e93234de33fcc5840ae2928510385f65d4d15ef305 121 0.05/1.00 vMB 134
192,981 192,981 00000000000005183b34b0e738078276a8b6d9c421de58620facbb1ed13e9d73 82 0.03/1.00 vMB 148
192,980 192,980 000000000000057660b894ad5c32509989e89530e3ce25f8d00d5d0eb2fba432 256 0.09/1.00 vMB 191
192,979 192,979 000000000000066281ccee0e047f04b8771e18cf81df25c0e5d635f7f156c228 179 0.05/1.00 vMB 455
192,978 192,978 000000000000031ee7c8d1db0111673dfbfa6322933322816bc7562d2a56fe9b 73 0.03/1.00 vMB 55
192,977 192,977 00000000000006f640be105062669c6989020e97f9087a50bcdc05b9537f29ee 80 0.06/1.00 vMB 91
192,976 192,976 000000000000018a281c12d0dd5a7ac348bbe74565bf5e473184403e236d49e7 4 0.00/1.00 vMB 210
192,975 192,975 00000000000006d42c1564be35c2b5bb95bdcc7751d79d645571dc5c01177ca7 110 0.03/1.00 vMB 14
192,974 192,974 00000000000005ba696244921c15b546f4b638a320bdbe692ac91bdf79036f25 264 0.09/1.00 vMB 166
Previous 10 blocks ↓
Total Size: 779.89 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: 454.29 GB
    • Received: 2.54 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.