Loading Tool

Explorer IconExplorer

Memory Pool

77,585 transactions
29.55 vMB
0.07247039 BTC
Random Selection Loading Transactions
Max Size: 180.51/200 MB

Candidate Block

Mining Attempt 5ac5b6cfe51cef2e4721b8f9ed3ee7477a1a30d5a57c9ea40005238065a1758a
Version 20000000
Previous Block 00000000000000000000cf3f5f15c57b2e8fb71d527029774760b564239aaa9b
Merkle Root 9eae1b08669be084517d5876621fd14cb8015e29506cc38aff178f3a374101ad
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,225
Size: 1.00 vMB
Total Fees: 0.00717819 BTC
Feerates: 75.20 > 0.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,400 (70,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
844,507 844,507 000000000000000000035dd8a466ddaac452cb73098a3daf32c7e23434acf9a6 2,923 1.00/1.00 vMB 12
844,506 844,506 00000000000000000003176bafcd1c1ec80614778912a43745f07b29f5be7389 3,651 1.00/1.00 vMB 20
844,505 844,505 00000000000000000002bc4b14d8e804da03625e8c134ad2fcdb9db2110e063f 3,523 1.00/1.00 vMB 14
844,504 844,504 00000000000000000002faf4c875f2ac75105340a1f0a52de5967288eada1b87 1 0.00/1.00 vMB 0
844,503 844,503 00000000000000000002b2a425351019bc13121c757c4685c4d17725937d410a 2,884 1.00/1.00 vMB 26
844,502 844,502 000000000000000000034164f16eafc9394e9c5340ee3c3818eaac1502842f42 6,483 1.00/1.00 vMB 8
844,501 844,501 000000000000000000022934c61e99c070ed995eaeacf5c084b7146a87a5fd08 3,145 1.00/1.00 vMB 14
844,500 844,500 000000000000000000027bd1b61f21075318a267db9875d1350cc26524e41f2f 3,510 1.00/1.00 vMB 12
844,499 844,499 00000000000000000001fc6b9ab95c3996b94beea1d6f1cf82bc8a36033f8465 2,912 1.00/1.00 vMB 18
844,498 844,498 0000000000000000000229a1b573198bd1b0d7dc0abe0c4db3d6b48f9ba667f8 3,417 1.00/1.00 vMB 15
844,497 844,497 000000000000000000033c3564cc99bce2d9811e6ae61b971058eaca3cf05bbd 6,583 1.00/1.00 vMB 7
844,496 844,496 00000000000000000001ea23e9ab0a64630372826b2dd0210653ac70ef2c5d72 7,582 1.00/1.00 vMB 7
844,495 844,495 00000000000000000003115c6791e311e7e573cfeaa0a20f5febfd1d39708d78 5,238 1.00/1.00 vMB 13
844,494 844,494 000000000000000000034f7dcd7682731e1a89f2849d7d516f5d2a71b593fc0a 5,389 1.00/1.00 vMB 10
844,493 844,493 00000000000000000001134167c36aa3d8cba3818228895962c4cb0b312c434d 4,541 1.00/1.00 vMB 12
844,492 844,492 0000000000000000000335f8c28622c805bbd9fa5513f50469b76de1fa002ad4 2,828 1.00/1.00 vMB 9
844,491 844,491 00000000000000000000fa3c1b2bc5a744828ae95c01ae1c084a0a97c745fb70 3,161 1.00/1.00 vMB 14
844,490 844,490 0000000000000000000197fb0b7b33b7f76abc4f05b29e357f37235efe54b061 3,467 1.00/1.00 vMB 30
844,489 844,489 00000000000000000000cce51e3076aa89ea0f7bde3b3067feb0e546b6ed0969 4,993 1.00/1.00 vMB 11
844,488 844,488 00000000000000000000f940830f25fc444268532a37539a9645081c969a1811 3,348 1.00/1.00 vMB 17
844,487 844,487 00000000000000000002573d99f3d4cf0d610bd778030761ed983b4a4c13646a 6,454 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 783.08 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: 721.16 GB
    • Received: 18.35 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.