Loading Tool

Explorer IconExplorer

Memory Pool

75,601 transactions
27.98 vMB
0.08456407 BTC
Random Selection Loading Transactions
Max Size: 170.17/200 MB

Candidate Block

Mining Attempt f5c44c2e2baab90c00a27e10820e75b98498ee7b7065b4eb325a1005c926a0ef
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 9b5f6f249f95d2843b11df7dff265b137339b221a9fb36b1b81617bae12b6781
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,464
Size: 1.00 vMB
Total Fees: 0.02443664 BTC
Feerates: 402.60 > 2.45 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (277,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
637,570 637,570 0000000000000000000a8bd5b049b42dd3bfb262dc164e89fe351d54b3f718a0 223 1.00/1.00 vMB 3
637,569 637,569 0000000000000000000f68b8126e1163d15691487c4b048d5fa51107f34cdf5c 1,016 1.00/1.00 vMB 11
637,568 637,568 000000000000000000096e77462c2feb4e152364e628edad482ab9f151a0aa7e 767 1.00/1.00 vMB 9
637,567 637,567 0000000000000000000bae18f15adfb4a150a58649f87a6a421d2af87b6b702e 1,161 1.00/1.00 vMB 3
637,566 637,566 0000000000000000000ccb36f157c08a6b78d23ff0622135ca1a4627abe2c861 2,744 1.00/1.00 vMB 33
637,565 637,565 000000000000000000020dc0143df4422b5b4d2dca3b4a9b8bdc7c286dd7072e 1,443 1.00/1.00 vMB 9
637,564 637,564 0000000000000000000a6f74f0071bafbce7fbd8d28593cf54b6370428dc68ce 1,892 1.00/1.00 vMB 16
637,563 637,563 00000000000000000008bdf0f60145faa7031955ce0e32085aa6b549347d0617 2,289 1.00/1.00 vMB 41
637,562 637,562 00000000000000000006e9ecd690c4f84e3d867b56eb8d2757f69846f64bb20c 778 1.00/1.00 vMB 5
637,561 637,561 0000000000000000000b91eb92acb8217e97ec01aff26366ab6ec1a37d4efd72 1,843 1.00/1.00 vMB 9
637,560 637,560 0000000000000000000842479a8c1a4ab22d2ef891d0552085f8c38010073700 2,429 1.00/1.00 vMB 7
637,559 637,559 000000000000000000003056c3a5677ec3743118d7a213ce1dc5511a9599e65b 2,192 1.00/1.00 vMB 23
637,558 637,558 000000000000000000089b50d0d3fb16eeb2034a53b9386c686950063012259f 2,114 1.00/1.00 vMB 45
637,557 637,557 00000000000000000006c3f728b31cee8d13521caf77de08939ce9db89bb99a3 2,628 1.00/1.00 vMB 29
637,556 637,556 00000000000000000002926e5498758c40826d873548011e1eff5b0b7b12728d 2,428 1.00/1.00 vMB 54
637,555 637,555 00000000000000000008c433bfb6e1c578408d6bd6e9bc9e76b91655d98cb13b 2,950 1.00/1.00 vMB 16
637,554 637,554 0000000000000000000aa1a882ce7b0cdf4f37184a6ca0ce0ecdfe78ef52d19d 2,696 1.00/1.00 vMB 34
637,553 637,553 0000000000000000000c11d2c913a9b16aeb3d98e865bbb3530ed036eb2c84d0 2,756 1.00/1.00 vMB 57
637,552 637,552 000000000000000000096313b701639b1f89ede4b1c33ed452dd7f5d40bfcc64 2,384 1.00/1.00 vMB 53
637,551 637,551 00000000000000000008e4459bcc30645dcc46ae6520bf00b74b54b8a3ba5a4c 1,732 1.00/1.00 vMB 14
637,550 637,550 0000000000000000000f566f5919fff45b6198e40bc49dca8a65d3f226c0f020 2,070 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.93 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: 714.68 GB
    • Received: 17.58 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.