Loading Tool

Explorer IconExplorer

Memory Pool

85,371 transactions
31.95 vMB
0.19893681 BTC
Random Selection Loading Transactions
Max Size: 189.87/200 MB

Candidate Block

Mining Attempt 31e9b4ea2e9532f870d9e6242e8d0a4d3f1538da8d508d6a6d6333873931cad7
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 89d3b60aaecf27cf317352addec4c433d3a64e688ab44e0e4f41c0e9f6e52339
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,860
Size: 1.00 vMB
Total Fees: 0.07707901 BTC
Feerates: 301.64 > 7.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (657,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
257,360 257,360 00000000000000066fc7951265e404c71cc6ec9c8262c72d4a1676349f0c1db1 280 0.11/1.00 vMB 113
257,359 257,359 0000000000000015856158a8bba05c0c0cc5d2dd4308cf33ab630795964e1053 19 0.01/1.00 vMB 69
257,358 257,358 000000000000002182a4250be3cdff8efcdf4f246823869f14a444bfc7f2e756 398 0.15/1.00 vMB 112
257,357 257,357 0000000000000015b164b73271c3841571f5435c631223826328d2f98033efb0 419 0.19/1.00 vMB 82
257,356 257,356 0000000000000014f1e20b234534d693fe48c13fc98f1992e2f7773e7bd1ce68 238 0.15/1.00 vMB 117
257,355 257,355 000000000000002857a8ba4364c4f33a740c99af58f78b84395b22eff324d73f 71 0.05/1.00 vMB 45
257,354 257,354 0000000000000012563823579e1c4af726bb6e793f1bff7808b8f18de666a008 85 0.03/1.00 vMB 115
257,353 257,353 000000000000001cf88b2e4b9ca09c2870dbc714de2325f064a8dd873a67a5f3 184 0.07/1.00 vMB 109
257,352 257,352 00000000000000212191b9eeb880d30954c7843b02fcffc923f47503a6d4179f 373 0.16/1.00 vMB 107
257,351 257,351 000000000000002db6f23ee30494b464458f5dab3df22665d3c0c27a1dd05765 28 0.02/1.00 vMB 17
257,350 257,350 0000000000000012ed0e128783f7b7fab33e9548e4b6f1850d3488fdce08ebea 282 0.11/1.00 vMB 97
257,349 257,349 0000000000000012fbdc977df12045b1904e7238d274ec6e5e2f2efb6bc2cb91 290 0.13/1.00 vMB 83
257,348 257,348 0000000000000021d5106220a738e64b918a1c7f8aad3bd9ec1dbeb12fec59e5 199 0.08/1.00 vMB 93
257,347 257,347 000000000000001c2ce3e7dc7bdfd0843c9a23ed94fc5b7d327f5b6c33b2a58e 532 0.21/1.00 vMB 126
257,346 257,346 000000000000000be103d347d49af7ac41805d623ae83f326bd524d31954a6f7 250 0.10/1.00 vMB 121
257,345 257,345 000000000000001740c5000df5f3ff803b5e0d3083d766f7bda7a4f3c39d663e 297 0.17/1.00 vMB 74
257,344 257,344 000000000000002ca2b996cb366bcb26ff077f7324a9dd45fc7d10115c07a15e 634 0.23/1.00 vMB 131
257,343 257,343 0000000000000004f3fb306baa0638ffc181bc6b9752f9325612559c04d57bf9 41 0.04/1.00 vMB 65
257,342 257,342 00000000000000070edd098ba2ce8869e8fcef3774d995b5f7c323d5061efb18 420 0.16/1.00 vMB 121
257,341 257,341 00000000000000100293a36dba9d1f721c69f63273b8cdbae245cf7e8c7243fc 23 0.03/1.00 vMB 24
257,340 257,340 0000000000000019a69eeb3186513642319356fe7a46725793082a9815db0fc3 440 0.20/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.65 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.64 GB
    • Received: 16.29 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.