Loading Tool

Explorer IconExplorer

Memory Pool

15,079 transactions
7.53 vMB
0.06972495 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.15/200 MB

Candidate Block

Mining Attempt c044ec6c43719dbf646441a25dc647447b4679a15ff98e20bc60d51d45cfad33
Version 20000000
Previous Block 000000000000000000014105dee4cd37c7a5f23cb629ce890083c2cdae74e30d
Merkle Root 48a2753e467128ca1bb943b3fbe6c231b69822016254e866c6c4000916e88fba
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,694
Size: 1.00 vMB
Total Fees: 0.05496612 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,437 (711,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
201,855 201,855 00000000000000e1ddb5c3115b147f79c580fedec9151d7b249809df76e6c393 504 0.25 vMB 166
201,854 201,854 00000000000004b95563a516faf73717e2786bb60e2bfbe3ccab0a74d7e6cc73 13 0.00 vMB 180
201,853 201,853 00000000000000ee488c795f4ce3e60652192208b0099aeea62620047fea754b 192 0.06 vMB 72
201,852 201,852 0000000000000228d72248d0ab34aad028b94f1ca551ef8b63547e391c810cef 530 0.23 vMB 120
201,851 201,851 00000000000004fb21c042cb00a4b420a544abb4c87d2c70d94266c64541e1f9 130 0.05 vMB 48
201,850 201,850 00000000000005314457431acef76c1bdabd6916132bf33687ee5aa11928e904 811 0.25 vMB 248
201,849 201,849 0000000000000061c9912b94401f925f1802678c54453e54452dd46d1d84027e 396 0.25 vMB 310
201,848 201,848 0000000000000308c95003de6b3222b1fb87bb1873e2e2efac5ebc1efc507eaa 17 0.01 vMB 125
201,847 201,847 0000000000000134c6ac67c5f33089d0ea5b2d10ae1f953e143ce8051f1f9c92 53 0.03 vMB 87
201,846 201,846 00000000000004b5d341fdd61b67dba23e9d5d5c193e3eae8aeeace0e85d4cf7 16 0.00 vMB 58
201,845 201,845 0000000000000352789fe74019d250fb2f07ac85e6f18c3f0d65335773ebd35f 224 0.10 vMB 133
201,844 201,844 00000000000002f63811226c4df1d22b2d827f0db95333596f4d3294cc3a53fb 174 0.08 vMB 139
201,843 201,843 000000000000049a536515c2cca6b80b436fceba0da30dd469751644214331e6 884 0.40 vMB 61
201,842 201,842 00000000000002e771903bd1a68db5146771b51433ead0eeb51915162e74e411 80 0.03 vMB 35
201,841 201,841 000000000000025688f3557d0ca46e0c7d63b47b9aa0439dc1d888cd03068105 245 0.13 vMB 171
201,840 201,840 000000000000033f1e8a9870bfb2f969c87454c60f86a6d4d09f2182f0e42c7b 938 0.42 vMB 166
201,839 201,839 00000000000004a0506182f300409650fdbaf0b645572e6a18a7ea3e341d5e27 11 0.00 vMB 209
201,838 201,838 0000000000000567aa818241cd671499a29aeb4d6889dff01e505c7ca1ee17a0 821 0.44 vMB 122
201,837 201,837 000000000000035c325a0b5a1968ab848233b1708cc6b3a73c5a98a1c14a1c40 123 0.05 vMB 47
201,836 201,836 000000000000041cdac501fee3708ad90d32c8354763b507cc19be1ce4d01cb7 523 0.25 vMB 321
201,835 201,835 00000000000004753a8f7b51ef1985ffa37c117d6a55696bd3a09090369b57c7 773 0.20 vMB 193
Previous 10 blocks ↓
Total Size: 779.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 303.13 GB
    • Received: 1.37 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.