Loading Tool

Explorer IconExplorer

Memory Pool

18,319 transactions
9.97 vMB
0.05679622 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 53.92/200 MB

Candidate Block

Mining Attempt a5c38b042537b89e5912ffdd4a07087f7ab5e5c9d9ba624c2a9c54c9354469a3
Version 20000000
Previous Block 0000000000000000000203884638a3a6062671eb947c188d0cf2d82b07622b4e
Merkle Root 778c3dc101a1d77ffe915191e459428a4c8705737fd001fece4745fc4148a678
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,765
Size: 1.00 vMB
Total Fees: 0.03236158 BTC
Median Feerate: 3.08 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,369 (711,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
202,058 202,058 000000000000056386cfaa9dcd0fadffedfaa35ba3c794fe82579b93e0202782 51 0.02 vMB 41
202,057 202,057 0000000000000515e5c236b247c6fe4ef1c7323a35f98da002b555232b2e0757 62 0.02 vMB 162
202,056 202,056 0000000000000403f74f4b1a1d0b2ae08106c1dbbd93ef33059403f5b1cf4e46 9 0.00 vMB 104
202,055 202,055 00000000000004455403860fe0910291f936d48dbdc1b858557a515c22019e4b 174 0.06 vMB 62
202,054 202,054 000000000000026d106e390d021cb7920a9ffb2f6f5ea7596e79d9a4fe4e17f5 26 0.01 vMB 256
202,053 202,053 000000000000024b25de4b76782bb5d3edc7a472de27bb71a1abeacc63f6d1b1 593 0.23 vMB 134
202,052 202,052 00000000000000b30ed2c973a290dcb12c3242b066190a4691e63ca876531654 529 0.22 vMB 143
202,051 202,051 000000000000057da2656e1fe6e678197c9685fee2abd85a500946e0302ef360 127 0.05 vMB 126
202,050 202,050 000000000000020bb60e3f3917834c55f67f84a6518ae0c5e2d5faf1bd069fbe 500 0.25 vMB 132
202,049 202,049 000000000000030d07168017e68e51a87cf8194b8704767c5c3870c5b76f3096 141 0.05 vMB 105
202,048 202,048 00000000000003574915dd1495bbbe546ca2d582fe45a58f190ec02d7157c9b7 500 0.21 vMB 129
202,047 202,047 00000000000003fa69c9c20467b16861635422906a73502c4e533da660d16efb 487 0.22 vMB 117
202,046 202,046 00000000000004ca1d17d578c5748ad2b03f652763afa61fc235013d2e7f2b5b 8 0.00 vMB 186
202,045 202,045 000000000000043a94b9f8fec2b20cfa4763db260d6f04dbaf27915ed94985f8 53 0.03 vMB 82
202,044 202,044 000000000000000ff1ef87277c804df756c6530192cf837815474f1f7b67a373 403 0.16 vMB 171
202,043 202,043 0000000000000331db4b2f7980b5b5b83e564e9bb3749a3114b2472daf77b7dd 19 0.01 vMB 141
202,042 202,042 000000000000004d222d59d1d841e57e4e94d3211be7085497ce210d90cc8a8d 113 0.05 vMB 143
202,041 202,041 000000000000000d4942c2636e9f7f237b00d9332dd440ad9242a3cb1be2f7de 356 0.15 vMB 181
202,040 202,040 00000000000001749060f95299ebc03bf2e5b970f3de5c2a6fdba06556869bad 238 0.09 vMB 136
202,039 202,039 000000000000007cb331b7ac233919f62b8fd7a4881fff96e8d7834eda9e689d 34 0.01 vMB 119
202,038 202,038 000000000000026a05a76262f4db4a7975a17866408c5d51e92ce19b0da9661e 399 0.19 vMB 114
Previous 10 blocks ↓
Total Size: 779.50 GB

Node Details:

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