Loading Tool

Explorer IconExplorer

Memory Pool

73,209 transactions
28.20 vMB
0.07215667 BTC
Random Selection Loading Transactions
Max Size: 166.95/200 MB

Candidate Block

Mining Attempt 9356cab295ba65f0836964d67868299661487caf85e88d0c625dcad9f4644765
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 1b32ea74b3bf24de62d22621330ce644f7343ac55e7e69184ff3acd0f8e5f5a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,198
Size: 1.00 vMB
Total Fees: 0.01555923 BTC
Feerates: 150.86 > 1.56 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (613,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
301,898 301,898 00000000000000003e81fc647068d5802899511415d918552b8cb93a7573192b 36 0.10/1.00 vMB 4
301,897 301,897 00000000000000006a7e3e20df1b97191bdc2ed9a1ff5c98c3cba9f39270c05e 280 0.26/1.00 vMB 21
301,896 301,896 00000000000000001f23709ec3e2da45b9743caf067c11cc90f9f0c52763fb82 1,209 0.50/1.00 vMB 36
301,895 301,895 00000000000000004f7ddf70dcfc9142c19166c49990274a90b8656b324d5c2b 37 0.07/1.00 vMB 7
301,894 301,894 000000000000000031db27665fedea963996ea7d967a9d760a7e5d8ceea0b908 340 0.15/1.00 vMB 33
301,893 301,893 00000000000000004c8bbc316ef584b598ed8b423912e2896229c78422343468 48 0.01/1.00 vMB 32
301,892 301,892 0000000000000000126da719a84cb180ee00685d1caaab0a32a9dd22bcfce2be 416 0.44/1.00 vMB 19
301,891 301,891 00000000000000001172e93c06ee1660d6cf9bacf2f46a76c80bd58dcf698661 336 0.35/1.00 vMB 21
301,890 301,890 0000000000000000487e32c0541097d014071cd33a6cf853215707592d1a45ca 479 0.35/1.00 vMB 26
301,889 301,889 00000000000000005a0035c34e82bc85a9ee415cd555e1d874e75363d67490f6 617 0.35/1.00 vMB 37
301,888 301,888 000000000000000024f847893118594d95de5cdd819ff3f0dc4eeabe8c917b4b 107 0.11/1.00 vMB 10
301,887 301,887 000000000000000009290f89033716368603a37785ab19897e57a3012ad1ad0e 31 0.02/1.00 vMB 10
301,886 301,886 0000000000000000629e4e2cac6f127b304b17dced304fba7657f3507d1dbc25 232 0.13/1.00 vMB 32
301,885 301,885 000000000000000003a036b1b300255fe8731359a6b76e6bcc6629a421605eb6 482 0.26/1.00 vMB 33
301,884 301,884 00000000000000005b7a20fb6b6fe6d53aeee495ebf58b7269ca1de130b40ccc 153 0.07/1.00 vMB 25
301,883 301,883 00000000000000002d6a9ed6e5c1dfca8054d4e831ed00ad7419193aba893b51 439 0.23/1.00 vMB 31
301,882 301,882 00000000000000005f2e6dd586c053e1ba9864b7c8606950edbbf67f569f5bd8 231 0.23/1.00 vMB 20
301,881 301,881 0000000000000000705746d0421827fa095444569146d3fc103e53d1e4adcb47 742 0.47/1.00 vMB 26
301,880 301,880 000000000000000017f8914188e0e1faccdcfddd1101ae2331810f609681ebde 513 0.27/1.00 vMB 34
301,879 301,879 00000000000000003c227132312c739815e1a12695227b632635f54286787062 161 0.10/1.00 vMB 28
301,878 301,878 00000000000000000dabd2a19cdf166418e73183e35cea128a15a21bd799e215 52 0.03/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.45 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: 666.80 GB
    • Received: 15.22 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.