Loading Tool

Explorer IconExplorer

Memory Pool

39,573 transactions
27.62 vMB
0.06807245 BTC
Random Selection Loading Transactions
Max Size: 141.20/200 MB

Candidate Block

Mining Attempt bdcde16a981e6d14b7da2024bc5ae9a115f4bc62207f6d3c092e7cf03105d1e2
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root c1ebd287908e93036fe5bf87e72711b4873773e4050baf3d0bf48b20ae4b06fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,279
Size: 1.00 vMB
Total Fees: 0.01548282 BTC
Feerates: 100.95 > 1.55 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (617,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
297,519 297,519 0000000000000000777c640594e38e34ebd6965ead6800a1856f046fa30dc2ea 1,256 0.66/1.00 vMB 35
297,518 297,518 0000000000000000607650509e00ed969ee9118ad73d3d7c0ad68e5a70ba383f 827 0.35/1.00 vMB 43
297,517 297,517 00000000000000008221745d295acdc28a3d1170c82d36797bf0114f6341ffa7 890 0.35/1.00 vMB 36
297,516 297,516 000000000000000098aef4b7a28795b7055fd5aaf69ede24f313c8c929d7301d 512 0.22/1.00 vMB 37
297,515 297,515 0000000000000000757097e30da0ae6fd007e7ad13b45688dfd6fbf73f16fdb0 397 0.60/1.00 vMB 12
297,514 297,514 00000000000000004c3652256aff59c8379deb2f7220af0ac2ed4890b97e8141 651 0.50/1.00 vMB 23
297,513 297,513 000000000000000066be7f49184786b5836d5b2a0c2e69fae8d4547e7bfc4f48 795 0.35/1.00 vMB 41
297,512 297,512 000000000000000007e0fd3aba34a0244cf322677bdc893a36c5e2945b43dba4 358 0.25/1.00 vMB 23
297,511 297,511 000000000000000034fa0733c3347c93b05d458d73bebcb73f5349d8a2d5744d 577 0.50/1.00 vMB 23
297,510 297,510 00000000000000006a85ff593184d6a3f44957a8eab2fd74683d7715d3bca903 472 0.25/1.00 vMB 35
297,509 297,509 00000000000000001aecb65c53dea5a5ccbac32cfbf2cde4b14625655855e1e6 1,858 0.92/1.00 vMB 43
297,508 297,508 00000000000000005bd6389e958d2a227450bad7be0c7666fd73d4a4731b1def 644 0.90/1.00 vMB 17
297,507 297,507 00000000000000005b8f6e8406cd158ff6a3b7dd7a61dfeeacfb6d94231654ea 446 0.35/1.00 vMB 22
297,506 297,506 00000000000000009b2476b6705f349915ee62fe5218c88d7668f3a868844103 1,024 0.67/1.00 vMB 27
297,505 297,505 000000000000000098ec24e55e6cb42086462996bcc288f1599be64aa9ee58ca 1,247 0.50/1.00 vMB 43
297,504 297,504 00000000000000001cfb98ccb89b08980645a93d39f91dbaf04cfcc0e8b6b8b4 1,183 0.90/1.00 vMB 22
297,503 297,503 0000000000000000374e3487e0d754ddafc86e63f0ca740c535507e7b0527dd3 1,063 0.75/1.00 vMB 19
297,502 297,502 000000000000000091e3f0eb93f9b520423333e8a747bbb2c0e6671c7e313476 819 0.35/1.00 vMB 38
297,501 297,501 00000000000000007a5afa86ed026788599a96cfa6417cfa0ed627461abd0068 1,662 0.92/1.00 vMB 29
297,500 297,500 000000000000000068e783f99e9338be3af1314e746fe9bd84f981809d8ca45d 1,024 0.69/1.00 vMB 28
297,499 297,499 00000000000000005e1147fa2c0160a7c2e5d58825317c09a043e74683f3ae3e 2,409 0.90/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 781.76 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: 632.29 GB
    • Received: 12.11 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.