Loading Tool

Explorer IconExplorer

Memory Pool

36,277 transactions
26.15 vMB
0.07010648 BTC
Random Selection Loading Transactions
Max Size: 133.31/200 MB

Candidate Block

Mining Attempt 2225cc6cc779da97befdc8e00ae3c8404690fb8d9e2d0c015c2da7fc7900c0e8
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root 9a87823d4c1cefd33478887007fcb67316ce931b95c0e5aeab9ddfde79e1fcef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,337
Size: 1.00 vMB
Total Fees: 0.02165130 BTC
Feerates: 120.00 > 2.17 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (636,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
278,343 278,343 0000000000000000d79d70bc94674580301e3c498b85a8a633e267a5ccb4ce51 911 0.77/1.00 vMB 19
278,342 278,342 000000000000000228cbcf9a5e1e4409978024dc442fd90be35beee1e6e03864 527 0.25/1.00 vMB 42
278,341 278,341 0000000000000001da6c6ec20e0f9a48adadd4fdf012708399acbb627218e8e1 719 0.25/1.00 vMB 71
278,340 278,340 0000000000000002e7777ff3f92717cde3d615c2d89cf5997f56fa53ca0adfe6 88 0.03/1.00 vMB 65
278,339 278,339 0000000000000002a012181151b70e550e2ba3376bdb02fe6979885c894503d1 61 0.03/1.00 vMB 74
278,338 278,338 000000000000000114127d5016b233ee5ffe4d8e4c3491444507b4c8aac370e3 727 0.25/1.00 vMB 75
278,337 278,337 0000000000000000eeef51c9ad3ce873a2ff147fec968d4a5aac8272e0c78ed3 664 0.25/1.00 vMB 71
278,336 278,336 00000000000000002a0338fd64400569281d71dc3235a511d13cdf7dd862a373 28 0.03/1.00 vMB 19
278,335 278,335 0000000000000000a2f0e5643ec474d4b3ea45fc2df041ed7703a19d20291926 70 0.05/1.00 vMB 20
278,334 278,334 0000000000000000b0dd627e9726ec8317be7fc9bb29944680bbb9d246a3c83c 276 0.17/1.00 vMB 38
278,333 278,333 0000000000000000dd953e95e9810891745d93a0ac14b8f7cd0d30b19694e1c1 181 0.11/1.00 vMB 32
278,332 278,332 0000000000000000d56e020e39c3e25d476d087cf6af82afad8b429bdbc8e3f9 58 0.04/1.00 vMB 5
278,331 278,331 00000000000000009ec397f2e60a45384aee05c701032a4bc3b213c2a555b8d8 429 0.30/1.00 vMB 39
278,330 278,330 000000000000000189a06c127d46ea2d7fb89ad91f772082924eca5386b067d2 206 0.15/1.00 vMB 26
278,329 278,329 000000000000000002c5e8a81451739b180da1ec471eb44d92d6b0a7d6883924 375 0.17/1.00 vMB 47
278,328 278,328 00000000000000011bff42a3e95fc6e7a363d87d83c5e3b25d0f0ba303ca0824 65 0.03/1.00 vMB 60
278,327 278,327 00000000000000013b39b74b73499f14ada1741a1777d17be421fc2d858ed8af 320 0.18/1.00 vMB 38
278,326 278,326 0000000000000001825aeae3c9d96c39b3cfe3e6fb79b9abc9ec38c5767a60f8 410 0.20/1.00 vMB 53
278,325 278,325 0000000000000001caf103d7a01eb3e7ea3144ebb3419f848dedfcef3c38e2c8 172 0.07/1.00 vMB 80
278,324 278,324 0000000000000000923f125b8c23915278fe06d7ac22b25e67e86c9082591c50 1,146 0.86/1.00 vMB 27
278,323 278,323 0000000000000001e3c58a8de0a2d9a3a93cc0a03a96d950462f10be2c6ae727 59 0.03/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 781.84 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.04 GB
    • Received: 12.46 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.