Loading Tool

Explorer IconExplorer

Memory Pool

82,391 transactions
30.29 vMB
0.14224102 BTC
Random Selection Loading Transactions
Max Size: 183.43/200 MB

Candidate Block

Mining Attempt 288db2405c9f582a11d7b737e2f7d9ab34da5e75915f518bc3338a1b884474c3
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 137677cbf61875dee1144e80b15e6d74053266648062de9062ea1217ffdfdb9f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,859
Size: 1.00 vMB
Total Fees: 0.06456954 BTC
Feerates: 137.89 > 6.47 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (422,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,950 492,950 0000000000000000002b9efc59ce7978f9642963d83463eac3c7a4dde452c012 3,188 0.92/1.00 vMB 310
492,949 492,949 0000000000000000005b2227dd8396e5b9342f8b8460a9686679afd62a31755b 2,830 1.00/1.00 vMB 286
492,948 492,948 0000000000000000003bf86e7814c40c99f9ba2b220e53d23b9830146cf164e4 2,183 1.00/1.00 vMB 248
492,947 492,947 0000000000000000008c52174bcb10578e7ecba57c847e9aa2bc230c68cb5f94 2,616 1.00/1.00 vMB 251
492,946 492,946 0000000000000000007576668ea1270f7ba0dee990c14981d6f152baf8343d6e 2,503 0.90/1.00 vMB 278
492,945 492,945 000000000000000000a8e4aec9a358b99a33d390080965db243427d784bded7c 2,282 1.00/1.00 vMB 243
492,944 492,944 000000000000000000849e20e0787cf570dd4374a9fed2a6723c1f0dc362f2f7 2,959 1.00/1.00 vMB 268
492,943 492,943 00000000000000000068ee521c30709095c2adbee8e9142fed24205275675246 2,812 1.00/1.00 vMB 269
492,942 492,942 0000000000000000009e5766be0ccc1ac9ab020931548a0f6c4fc547d55125d2 1,985 1.00/1.00 vMB 284
492,941 492,941 000000000000000000ac7fcaaa0df008c4466f594fc897d19c62cbb52b16096f 3,202 1.00/1.00 vMB 286
492,940 492,940 0000000000000000008670da9911e7532093bf930f3913f1c08a6824bfc69f8e 2,660 0.94/1.00 vMB 326
492,939 492,939 0000000000000000001f7b836bb70fb0daf3780180ad5c20a7f42e0699ca6afc 2,444 1.00/1.00 vMB 250
492,938 492,938 0000000000000000005993f7c74c758f3e8d97960d736893c2fa5975ffc9eea9 2,674 1.00/1.00 vMB 245
492,937 492,937 0000000000000000007d2677c9e68f741701ee45b4bb5f843c73654e11870142 2,966 1.00/1.00 vMB 267
492,936 492,936 000000000000000000c19fd5241494cb80a86f7e8a826021a559eb05ee0b4c57 2,415 0.96/1.00 vMB 146
492,935 492,935 000000000000000000476e84cc40c972567223151bd8eab07a948a6f4fb4edbd 2,276 1.00/1.00 vMB 129
492,934 492,934 000000000000000000920576f56b99af2060ce206673a5974b39567c62f3c74f 2,481 1.00/1.00 vMB 227
492,933 492,933 00000000000000000036615681312e81d150609b8d60b2be677510c7cdcab49f 2,417 0.95/1.00 vMB 216
492,932 492,932 0000000000000000007aa8c9efc3313a8ed86bfdf5f96a9da7a0ab97831e21c5 2,007 1.00/1.00 vMB 251
492,931 492,931 000000000000000000890121d129cf22b9cd9c03c9e6a9d38278d5980cd74726 2,485 0.98/1.00 vMB 148
492,930 492,930 00000000000000000006c4b5312a043ed5acf1141137e14c0797f7fec3009fab 1,786 0.97/1.00 vMB 200
Previous 10 blocks ↓
Total Size: 782.63 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: 672.30 GB
    • Received: 16.20 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.