Loading Tool

Explorer IconExplorer

Memory Pool

64,145 transactions
35.51 vMB
0.14873262 BTC
Random Selection Loading Transactions
Max Size: 189.39/200 MB

Candidate Block

Mining Attempt d1fbd0965f17979fd5ae573668aba8a9fa11107a6fd9fa96901a710ad7558dcd
Version 20000000
Previous Block 000000000000000000001174509a669f8c3afed786e1918a5d9c82a348da961f
Merkle Root 5579f9164d8d55a48412ea02ce6ffc347b4119a771b9dd59f31854a02111d238
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,488
Size: 1.00 vMB
Total Fees: 0.07363364 BTC
Feerates: 120.00 > 7.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,404 (898,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
15,841 15,841 0000000006dc574c0ddac884b8a1b4beeba8530d906a184d5639229f993951c7 1 0.00/1.00 vMB 0
15,840 15,840 00000000166b9860a4efa3e96102d26a124c026cf6c5eb6af1fcce853dbf7bd9 1 0.00/1.00 vMB 0
15,839 15,839 000000007d06e80338f875bfa9e07c8488c0a310dcb8554cd0f24c77ebb628dd 1 0.00/1.00 vMB 0
15,838 15,838 000000009b02cead47c128c5b3cfcaa8b923c72d42500fb4ea57f05712c03507 1 0.00/1.00 vMB 0
15,837 15,837 00000000f41393f9309b0c07178205a11ac27cc5cbdbda79444cbc53eeb9e4a3 1 0.00/1.00 vMB 0
15,836 15,836 000000001b3dd0ea9b0c2d19f4a73b5fbf2ea7577f9ef8f15b642d3e962173ff 1 0.00/1.00 vMB 0
15,835 15,835 00000000d5648eab7efb706cf55c32bed93d0e0e931ab7bf36e3a615365249da 1 0.00/1.00 vMB 0
15,834 15,834 00000000c043140328b191b3791bcac19c08406a129df1c718c6d57bd38e25d4 1 0.00/1.00 vMB 0
15,833 15,833 0000000082163008198b18b32fcf3bd65aed04d1ee1b588b0e298388f67ad1f6 1 0.00/1.00 vMB 0
15,832 15,832 000000006aad65d81082d2e7015e658faec14fdc88cbe88692588037163ab793 1 0.00/1.00 vMB 0
15,831 15,831 000000000896c4b17ffc898c0f34822f849d6858a96ebfe4e9f49eee46c6d45f 1 0.00/1.00 vMB 0
15,830 15,830 0000000026017346e2edb35b8e933fbf5bed2f24d85be08684b696c9a52e0102 1 0.00/1.00 vMB 0
15,829 15,829 00000000e8e8dd94089844375f2dc4040528416f0d3a4f5144208da647462d7d 1 0.00/1.00 vMB 0
15,828 15,828 000000006f5619822ea441dedc1a093b7f92eb3fa0ced26508c654a5224e9323 1 0.00/1.00 vMB 0
15,827 15,827 0000000054c4a0302f044d296ab182c267fb313cd6755ebe8e6d1ee46286ad10 1 0.00/1.00 vMB 0
15,826 15,826 00000000e9b9a5602a717edbb460d28e2cee2489f5bb93819e99f0a9c744bcf3 1 0.00/1.00 vMB 0
15,825 15,825 00000000515190e5a6027284ef1d017b510a410e1d7e10568f98635d195c5658 1 0.00/1.00 vMB 0
15,824 15,824 000000009c74ca67d1565b55513acc49542970c7263c46b4a150f4d411a6cd20 1 0.00/1.00 vMB 0
15,823 15,823 00000000da75802f7561c01273c5a17571dea21bb9af867f212f4372912592d3 1 0.00/1.00 vMB 0
15,822 15,822 000000008e6348e3cf564e8cc5a5a2e91844aaf13fa7649396109635e42efb7a 1 0.00/1.00 vMB 0
15,821 15,821 0000000018b4c09b19fa091f6d6b52fcb36238e8327785f09c3b17faae58d10b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.32 GB

Node Details:

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