Loading Tool

Explorer IconExplorer

Memory Pool

74,938 transactions
27.61 vMB
0.07338417 BTC
Random Selection Loading Transactions
Max Size: 168.55/200 MB

Candidate Block

Mining Attempt 7cf1e5d4566f6af7794477db7ce6d22eb34317af0973a0799178e34a29f8a87f
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 17faaa9452f0a9bd221748b91a9617b3a1ce9273b70418230b4870441a34cf86
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,473
Size: 1.00 vMB
Total Fees: 0.01439075 BTC
Feerates: 80.55 > 1.44 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (229,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
685,392 685,392 0000000000000000000ac4263efffc5bfd7d895714921b3ca5a7a3fadc4b8ffe 2,634 1.00/1.00 vMB 66
685,391 685,391 00000000000000000008bc0f0af14c9036f8c68a840404ce365554c8277e9e67 1,294 1.00/1.00 vMB 10
685,390 685,390 0000000000000000000270ddd63f03316d968dcfb02ab16c96566dd24df7528b 2,462 1.00/1.00 vMB 70
685,389 685,389 000000000000000000028887cc07b9fc349be9d074bc4dc327d64eaafe8ff7a8 769 1.00/1.00 vMB 17
685,388 685,388 000000000000000000061fbdbcdbe22d77990700da8b8c3290aa363bd372e258 1,903 1.00/1.00 vMB 43
685,387 685,387 00000000000000000001ba98ae41d4e38d268aa2459b21acc2a771617c268aeb 1,861 1.00/1.00 vMB 48
685,386 685,386 0000000000000000000136a9368896ffd4cd43636368e72a079c9f7bc11eaeff 1,150 1.00/1.00 vMB 47
685,385 685,385 000000000000000000014f6aa0d4c9b42bff1c6e7745e9b7c1f0c3ea69834887 2,225 1.00/1.00 vMB 42
685,384 685,384 00000000000000000004cd8ded26a588b80d487ebb38391aac60a81934031f8b 2,279 1.00/1.00 vMB 55
685,383 685,383 00000000000000000001b574ab51cb3acfb55abb5baacee3a3ccc55c6c4b7579 1,538 1.00/1.00 vMB 26
685,382 685,382 000000000000000000018f9236548f6473420c3676baa26c04d334556b031133 1,118 1.00/1.00 vMB 23
685,381 685,381 0000000000000000000178b89b683f067b88d73de799ddf6e41e38863d65cc00 1,675 1.00/1.00 vMB 27
685,380 685,380 000000000000000000073b65f8fc4aa39a3cc0b93b2754a880b2b6f050de11b2 2,379 1.00/1.00 vMB 33
685,379 685,379 000000000000000000022699495ffe9ace5a63679d7f9c8bfb13edb22e498d22 2,154 1.00/1.00 vMB 66
685,378 685,378 00000000000000000001d602446e1253714c46cd7c3ce5556cf3952aa30eda4f 1,229 1.00/1.00 vMB 73
685,377 685,377 00000000000000000007782629c0a1a9d1bf9c7151c86dc38a694bccaba8bb0f 1,049 1.00/1.00 vMB 16
685,376 685,376 000000000000000000016f622ded991a659eef174a4988a93cf6a647f5c00133 161 1.00/1.00 vMB 4
685,375 685,375 00000000000000000003526376c608bf984555587b0d439f2ccc7cf9dfb3242d 1,438 1.00/1.00 vMB 27
685,374 685,374 0000000000000000000afcda456cff6517d6e1c31bc6ddbf7412a8b152a1844c 2,089 1.00/1.00 vMB 32
685,373 685,373 00000000000000000008326277d28a3fac11a4819bc61a0d0cff7e6ddfdd1db1 1,027 1.00/1.00 vMB 29
685,372 685,372 0000000000000000000ab1d7bd302d3667724e4157cb2235ee65b5120f8bd94a 1,380 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.