Loading Tool

Explorer IconExplorer

Memory Pool

48,054 transactions
27.84 vMB
0.07666274 BTC
Random Selection Loading Transactions
Max Size: 147.72/200 MB

Candidate Block

Mining Attempt ad8724cd94a38712a47f2bbce95c4bff8a5a3695649c62693cd89e337da98b83
Version 20000000
Previous Block 0000000000000000000070963e62f689b9a0a61cf16bb36848f3ba4464fed9b1
Merkle Root ec6cd6ae695867f933317f7ace656a6e02da2c1006137f0783969452dbe1dc48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,770
Size: 1.00 vMB
Total Fees: 0.02241314 BTC
Feerates: 318.30 > 2.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,894 (491,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,281 423,281 00000000000000000470c3499bd9c1d304e81d5d781bdb6c7869d8eb9f67236c 2,451 1.00/1.00 vMB 70
423,280 423,280 00000000000000000263e850b0b0a471ca62828883d21ea57b2fc340abee0d0d 2,280 1.00/1.00 vMB 58
423,279 423,279 0000000000000000008b5d5d100d0c6004b4a28a747f5939ac4a068ed46d3fa6 2,009 1.00/1.00 vMB 58
423,278 423,278 00000000000000000244fd1b0954450ac39fb5c3b1c3155bc1cb9e6b2e5fee36 2,108 1.00/1.00 vMB 63
423,277 423,277 00000000000000000373249b9a3f10f34ee300b51277e9866d1947bd9f00a1c3 431 0.21/1.00 vMB 62
423,276 423,276 000000000000000004929179def70160b655ed01ecf1caed5adc566ec6b33c79 369 0.78/1.00 vMB 20
423,275 423,275 0000000000000000006b078a3cbd9d1b93459f150ca89a3309cec9de076141c6 1 0.00/1.00 vMB 0
423,274 423,274 0000000000000000026657e5bac6c8703313c9402f4db3df3e71d96e6ea364c8 2,134 0.98/1.00 vMB 62
423,273 423,273 0000000000000000027e0264ce813be68d1e7733bfd3f0fdcdc0fbf6195fe4e8 1,411 1.00/1.00 vMB 31
423,272 423,272 000000000000000001d81b1753fc71196b0e954ee45f51a2f300a271668efedc 1 0.00/1.00 vMB 0
423,271 423,271 000000000000000004e9ee8e6c609fd0c6001bb09139ccea842b4b91f5c2b4df 1,694 1.00/1.00 vMB 92
423,270 423,270 000000000000000000a4f1d2014cd3ea2ca1b3dd8f29cf0014437766b8631ce0 1,655 1.00/1.00 vMB 109
423,269 423,269 0000000000000000040e427914f861cf6fa2597878c3344ff67cd04a95cfba98 1,643 1.00/1.00 vMB 39
423,268 423,268 00000000000000000174b24a00c038cc221830b0523200f0409d2a7a60f67cbc 16 0.00/1.00 vMB 112
423,267 423,267 000000000000000001d1571f7d492eac14424b3979c4bc7faab817561a688c46 518 0.21/1.00 vMB 60
423,266 423,266 0000000000000000020ff89eae398d53eceaa75057fdb5cb86c27fa871f2a40d 1,230 0.99/1.00 vMB 35
423,265 423,265 000000000000000004e59d3ba0adc3c54dd2ff090fb6a38be329dfc1732a4023 1,443 1.00/1.00 vMB 34
423,264 423,264 000000000000000000bfd434a21c17b561221d22d1bf8632b6a0df7d2c47e8dd 1,923 0.93/1.00 vMB 70
423,263 423,263 0000000000000000023b460e961405f52a82a0da5c74741edb83373d4c98f1c7 2,286 1.00/1.00 vMB 64
423,262 423,262 00000000000000000414605f17b0de0ddbd68f352227586468762f69ffde2ea7 726 0.39/1.00 vMB 61
423,261 423,261 0000000000000000004adb353213bd493da6409a27549988c782768139089d0e 766 0.28/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.20 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: 654.03 GB
    • Received: 14.09 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.