Loading Tool

Explorer IconExplorer

Memory Pool

73,220 transactions
27.18 vMB
0.06279056 BTC
Random Selection Loading Transactions
Max Size: 165.82/200 MB

Candidate Block

Mining Attempt 040a7e17ad19913c88b3af9e108c36b106ad34efa556c65e681ce25a78db3f18
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root bbda9fdb2014665fd9be349092c9a0dd7134742211ea2f325f2a0386b503013b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,683
Size: 1.00 vMB
Total Fees: 0.00510057 BTC
Feerates: 73.20 > 0.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (526,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,237 389,237 00000000000000000b300a82b8740863cbe92d0247ff93b14a17522282124e5a 1,214 0.75/1.00 vMB 29
389,236 389,236 000000000000000009ec54761c97ab270aacf0eb37583c008501c9605b2973a7 1,817 0.90/1.00 vMB 40
389,235 389,235 00000000000000000977e5f7c636ec3ababcded3345d1ce3f87bacb70dbe16ac 575 0.31/1.00 vMB 28
389,234 389,234 0000000000000000019703d7b4837daa4a3b7a260005c752e5f2d5175bbff8aa 610 0.43/1.00 vMB 28
389,233 389,233 00000000000000000b23226284d84b919e4b602d53ac9e9c0b3fef95aa1eec86 1,147 0.55/1.00 vMB 34
389,232 389,232 0000000000000000055f3588ccf88c34a65185ffe6bf0ab9f3cce179c2eb42f8 251 0.13/1.00 vMB 38
389,231 389,231 0000000000000000019e132a2b0487f4b9f9c2faa3120e52f035e080640b31b2 736 0.34/1.00 vMB 35
389,230 389,230 00000000000000000b8e55e3ec24cc500cb237487228333a31d8614f9a3147c1 398 0.26/1.00 vMB 26
389,229 389,229 000000000000000001a776d94071f1d473fbaceca162d41f211f88f627c72e2b 967 0.89/1.00 vMB 11
389,228 389,228 000000000000000006bbb5f3a652be7414efebd9e9eae4a73774ea5a9e017897 523 0.24/1.00 vMB 42
389,227 389,227 000000000000000000d2ac4aa0878b8122a77a40e2b3841d52ed0b761cd5fe33 134 0.10/1.00 vMB 16
389,226 389,226 000000000000000004e9c98047994116d345ce3c56bbb6e1a49663c7d6ad234e 1,867 0.83/1.00 vMB 40
389,225 389,225 00000000000000000685dab7f0d76fb1a7b99d58820652bbfeba9b58eec4147f 628 0.26/1.00 vMB 39
389,224 389,224 000000000000000006273d33a8add708a4642fc33d2ecd57841bc477e618e93e 666 0.46/1.00 vMB 23
389,223 389,223 00000000000000000718efd73eb9d7773c5e4bfde8fae9f5926bc54182d6d9a5 2,055 0.87/1.00 vMB 41
389,222 389,222 00000000000000000518fbe230c814c64558dc72c8cf0e4cffeb3f3000fd0562 1,360 0.71/1.00 vMB 33
389,221 389,221 0000000000000000064cb07d86b7ecdda00be1855d5a5b23a1e95273316fdcde 633 0.41/1.00 vMB 23
389,220 389,220 00000000000000000652ab34f18712292751414869eca53d9245157e16a02175 1,753 0.75/1.00 vMB 44
389,219 389,219 0000000000000000087e309b981aae1ad36b91c5e8423984b3dc1772c8779b8d 1,866 0.97/1.00 vMB 33
389,218 389,218 000000000000000003789ef368536b006d876717b0ebfc1d7c8c6174bc0e5e58 554 0.60/1.00 vMB 13
389,217 389,217 000000000000000002f5a582bf17a78fce460d01687a72af3d4fc7fd5706133a 2,285 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.95 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: 715.13 GB
    • Received: 17.65 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.