Loading Tool

Explorer IconExplorer

Memory Pool

36,861 transactions
26.42 vMB
0.07468928 BTC
Random Selection Loading Transactions
Max Size: 134.66/200 MB

Candidate Block

Mining Attempt e16dd4d97df4ef44bc7e91d9d40ea5b84606319b893b553c50bc834fdbf92172
Version 20000000
Previous Block 000000000000000000000fe35af4d037ca03b402462f88c6c27529d0780dc853
Merkle Root 8487d8ba6f8e5964071875bb7e7f6df242941d6dd46af66d47cdcc94d7b60332
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,782
Size: 1.00 vMB
Total Fees: 0.02444482 BTC
Feerates: 165.59 > 2.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,693 (98,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
816,277 816,277 000000000000000000042cc35576465c1818d7728fc3a7ff0d36590ea3a2cbd2 4,540 1.00/1.00 vMB 52
816,276 816,276 00000000000000000001a01c27e70e048caa55b6f0d2b1ef0c24eb4a3f5780b1 4,412 1.00/1.00 vMB 74
816,275 816,275 000000000000000000003c08d3310d20e5a1eff8497f53c9956581c784c6a8af 4,202 1.00/1.00 vMB 91
816,274 816,274 00000000000000000002a4e5ff49b9b7526808e9c925c1ebe98772634348b2bc 4,866 1.00/1.00 vMB 75
816,273 816,273 0000000000000000000462434b05b5d042ca66e0e803fc94dc497c97f754d8da 2,944 1.00/1.00 vMB 65
816,272 816,272 00000000000000000001bd78b77896c1acbf65341d96cde790bcfc3b9d976ed9 4,107 1.00/1.00 vMB 106
816,271 816,271 000000000000000000007ff10f175d0cb1a4a663c86ad9db8d699afb8e4bb0ed 5,135 1.00/1.00 vMB 66
816,270 816,270 000000000000000000046688cdf7757cbab19b570e18d911f4335357aa1c0b94 5,357 1.00/1.00 vMB 60
816,269 816,269 00000000000000000001800dcc5c6ccfae5a281b14b955df05df9cc741bac476 5,016 1.00/1.00 vMB 60
816,268 816,268 0000000000000000000150466095dc28e501feaa62361ba5447b88a86155b784 3,643 1.00/1.00 vMB 66
816,267 816,267 00000000000000000003eab426b51d989d47469b422dc2240b6aa88e33a72130 3,798 1.00/1.00 vMB 107
816,266 816,266 0000000000000000000363b32ff659d93b029092d05361b9b819e80aa1d20aa7 3,155 1.00/1.00 vMB 154
816,265 816,265 000000000000000000023fc8607b93a8e64ef0cb490f16a2d4e6d03075aa0b7d 3,645 1.00/1.00 vMB 134
816,264 816,264 00000000000000000000900066524336f1a710953948b983249f68924d4c53e4 3,751 1.00/1.00 vMB 77
816,263 816,263 0000000000000000000459a0a4892072378a6502cf63c8b10d4fa53bfd84ef9b 3,325 1.00/1.00 vMB 82
816,262 816,262 000000000000000000009ee06285459f399e6a32b4332ab7b02b78d5089d06d7 3,537 1.00/1.00 vMB 43
816,261 816,261 000000000000000000030aa9a72c9ff5fd3974fc52a4944568e9c6f3d64a767e 4,843 1.00/1.00 vMB 67
816,260 816,260 00000000000000000003990b8cc18148cca456fbc4bec9251a8530f303ff617e 4,153 1.00/1.00 vMB 97
816,259 816,259 000000000000000000004b33221f71aaf721425660e3658f89a6a419b02560be 4,770 1.00/1.00 vMB 55
816,258 816,258 000000000000000000039d072d072e77d9dca461353232d77b698b93f5389950 3,338 1.00/1.00 vMB 85
816,257 816,257 0000000000000000000045bfafca279b1b6897f3006e1a7f48e28075b0d24dfc 5,263 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 781.85 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: 638.25 GB
    • Received: 12.47 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.