Loading Tool

Explorer IconExplorer

Memory Pool

87,039 transactions
31.94 vMB
0.13440610 BTC
Random Selection Loading Transactions
Max Size: 192.83/200 MB

Candidate Block

Mining Attempt b92ded8a6569be099bdedc52a1946c65a981ae2173b099f85cf31fee0ab19408
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root e70b50780f6b51e9fcd061d0989555077085bf2c795b7f70f47012264e1ee71a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,036
Size: 1.00 vMB
Total Fees: 0.04798959 BTC
Feerates: 911.92 > 4.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (273,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,936 641,936 0000000000000000000bf5ff2e4cab45ac0c022bdac3917fcc1e88ff9b44e233 3,338 1.00/1.00 vMB 170
641,935 641,935 00000000000000000000df5b09c8783958f7e98d3742e43e0dae35148372e13e 2,352 1.00/1.00 vMB 86
641,934 641,934 0000000000000000000c846171ead33ed426d79d173fbb569613158c284229d7 1,040 1.00/1.00 vMB 23
641,933 641,933 0000000000000000000863240abd136301fb4e30fcdd71ff56850449e14af88a 1,939 1.00/1.00 vMB 66
641,932 641,932 00000000000000000002e82fcc970bd53e2158b2a1a976e24fc5be35e34aba2c 2,286 1.00/1.00 vMB 66
641,931 641,931 0000000000000000000df0966ae919799dbc067dc250361c31699eaba0c67e6f 2,058 1.00/1.00 vMB 12
641,930 641,930 00000000000000000000f7e19faafc51585dcf7e488d48497a28a0f087744497 1,991 1.00/1.00 vMB 33
641,929 641,929 0000000000000000001039a7a989d7eb8aa0fc348161d9854c9da9f00c1716e7 2,483 1.00/1.00 vMB 78
641,928 641,928 0000000000000000000e163a354d04cbab03bdd7867258c0de17b4f95506b02c 3,056 1.00/1.00 vMB 160
641,927 641,927 0000000000000000000c9c548980b3a7a38de3495f40447a03af6f8d6a86d65c 1,461 1.00/1.00 vMB 53
641,926 641,926 0000000000000000000bca1f7ac8bf30ac066dfdccdb00f6c615b0515471ce6a 2,054 1.00/1.00 vMB 44
641,925 641,925 0000000000000000000292f7de7c6d3c76498056e54cb38e4e8a12dbc33b5ce1 2,892 1.00/1.00 vMB 72
641,924 641,924 00000000000000000005f8b7b94cb1b954f83d1f945d1e4cba58f09681263639 3,304 1.00/1.00 vMB 159
641,923 641,923 0000000000000000000902b84655de8afef53193bffcb0b420fd56cd66430d5c 1,802 1.00/1.00 vMB 61
641,922 641,922 00000000000000000001b2effb37d7fd16bbab5e6797eb15ea51acc25bcb6c37 1,661 1.00/1.00 vMB 49
641,921 641,921 000000000000000000058dbad1e68259b2335d5e0b3da977ac5d091b43a7c2cf 1,799 1.00/1.00 vMB 29
641,920 641,920 00000000000000000005178ae5bd8e2a5794c9c11697e6c840939875ba398345 1,757 1.00/1.00 vMB 126
641,919 641,919 00000000000000000002a6e8f83aede788f73a232a919be1bb3c1795ab448f31 1,927 1.00/1.00 vMB 8
641,918 641,918 0000000000000000000f5fab0442dda513cc1b8885004b4f354acb2a00259cfc 2,738 1.00/1.00 vMB 139
641,917 641,917 000000000000000000009e4abe6784180142575a16debeb343bf5f8976d96f30 2,072 1.00/1.00 vMB 68
641,916 641,916 000000000000000000083e142e7bea5d1b7990e282881326ad387057f6df07ec 1,381 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.34 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: 660.98 GB
    • Received: 14.78 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.