Loading Tool

Explorer IconExplorer

Memory Pool

35,821 transactions
25.56 vMB
0.05735581 BTC
Random Selection Loading Transactions
Max Size: 130.76/200 MB

Candidate Block

Mining Attempt 377d6786161574d68ea1def56d52c344d043740108faa40be4387829568666e2
Version 20000000
Previous Block 00000000000000000001e8574b0c11cdfe175c522ad4fe67fe83458fce5e8ea3
Merkle Root 7f38b06d9370f4e6ba4196956a02850f98bada88a2d4f476d3795c862e5eb3e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,874
Size: 1.00 vMB
Total Fees: 0.01084509 BTC
Feerates: 508.49 > 1.09 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,670 (526,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,938 387,938 000000000000000002257f123de2a48b308a34896ebcc55628435ccb7ae3c4bc 608 0.23/1.00 vMB 41
387,937 387,937 00000000000000000165c339fc4d3513b02ab9e17b436476f6f730205239cd99 1,403 0.46/1.00 vMB 48
387,936 387,936 00000000000000000b3ce07303f02918b0d98eac520729b87e120be28013d5cf 108 0.08/1.00 vMB 21
387,935 387,935 000000000000000000b46671eb5d5ee23079617799ffec17d703a070ca2481fa 790 0.95/1.00 vMB 17
387,934 387,934 00000000000000000a13282b8cf8c27e9a9059ff10270de634582b1ebe5c5cb5 935 1.00/1.00 vMB 17
387,933 387,933 00000000000000000c58e206b9375456dab204cd22f4466611041cd3b95482be 602 0.95/1.00 vMB 13
387,932 387,932 000000000000000008c25c287b6104636da375b5d3c0ad5b261d01968beb762d 710 0.26/1.00 vMB 40
387,931 387,931 000000000000000009e83ada03dad16310acd9c522f872b1b590930990931c53 1,303 0.93/1.00 vMB 24
387,930 387,930 00000000000000000b40e238e3433b73438470778fc7597f76fd92d535f45091 952 0.33/1.00 vMB 47
387,929 387,929 000000000000000003ec6fe0a1b4e33e31cb3cf2bdcd4bf97dbf204393452423 963 0.34/1.00 vMB 46
387,928 387,928 000000000000000005f540db5dc31d325ace6736316502ba5b3b8274cce8e284 1,310 0.93/1.00 vMB 24
387,927 387,927 0000000000000000064dfc50f6ae66b0e7d4acd0a8c45995f6e08549679a962e 786 0.34/1.00 vMB 43
387,926 387,926 00000000000000000044a3be5e203a27f95a50911a8103034e168a8ca8317bc4 292 0.13/1.00 vMB 35
387,925 387,925 00000000000000000502992b6df8d906f276a8456aa24d88d1673adb75576176 1,210 0.50/1.00 vMB 39
387,924 387,924 000000000000000001e681e05077026208053baff46e092adad8ce698ef88806 815 0.31/1.00 vMB 43
387,923 387,923 0000000000000000020f892595e3764461f44933bfeff50679bd731ba71c6281 483 0.99/1.00 vMB 13
387,922 387,922 0000000000000000005d6b16fda59166db15c6c87b2fdd57abc8d6b7897ab4bf 469 0.75/1.00 vMB 16
387,921 387,921 0000000000000000030c598f28ea51a000f22c3b4285b814e4d102839997e7f2 2,172 0.93/1.00 vMB 39
387,920 387,920 000000000000000000608c52a03f456449f004348391a98432f43e9b60e8842a 1,812 0.95/1.00 vMB 36
387,919 387,919 000000000000000005fce21cf31fa459fb204bef67b3cb204b352f5a14430f3b 587 0.93/1.00 vMB 18
387,918 387,918 000000000000000000c05ff0a93e84a71445e871e1a552a2ebaffba6ec3a1ffc 977 0.99/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 781.81 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: 634.89 GB
    • Received: 12.27 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.