Loading Tool

Explorer IconExplorer

Memory Pool

44,723 transactions
26.66 vMB
0.06005766 BTC
Random Selection Loading Transactions
Max Size: 141.05/200 MB

Candidate Block

Mining Attempt 4d13fe75050e897454a3ad552a8750a91f0fb4372fd6d56a12d8961cb05ed9b3
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root c0c89669c7ccd2134d727da93e95a9060fb4d4468c59ec390adf0f0e15b9b9ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,260
Size: 1.00 vMB
Total Fees: 0.01072701 BTC
Feerates: 101.72 > 1.07 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (293,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,902 620,902 00000000000000000007d3c4fb4a70de7117aa69dcdc2c5ab771c096b72f9bef 3,147 1.00/1.00 vMB 9
620,901 620,901 0000000000000000000c8bfc864ce8d4ed7b4f38da323c146b288076d4a6e7e3 2,762 1.00/1.00 vMB 17
620,900 620,900 00000000000000000006d5063cea7bc1afc468454193d9ec709eed43de05a88e 2,838 1.00/1.00 vMB 13
620,899 620,899 000000000000000000041a20b7dff6f5d50e995edb597cb77e972a0854c41b37 1,852 1.00/1.00 vMB 2
620,898 620,898 00000000000000000001d6edb072f38c1a5d3f3a3c5c95c14d3c46b5f303d3ab 3,049 1.00/1.00 vMB 13
620,897 620,897 0000000000000000000259cb5d4d34743c99d63e193af000e63c54dc6931a3fa 2,993 1.00/1.00 vMB 23
620,896 620,896 0000000000000000000deed14194f0a953e185940122d90132ea70cc7eb69580 2,633 1.00/1.00 vMB 19
620,895 620,895 000000000000000000105660e5f1f798d2ad071376a193d2ac27cf2e452cbdf0 2,998 1.00/1.00 vMB 25
620,894 620,894 0000000000000000000950b293a466155e1cd7f7271cf36e3d4801039a7c23b8 85 0.02/1.00 vMB 13
620,893 620,893 00000000000000000001f7f5fee548bef46ed524ec117daff663a2ccfdc7609a 2,310 0.87/1.00 vMB 13
620,892 620,892 00000000000000000010ac7d8230b8d912f3b4f94e9261e63bdd8679684aea6c 1,382 0.59/1.00 vMB 15
620,891 620,891 000000000000000000000f20faf09227cee2d42b0e72dac610ec18836bcbc9e5 1,243 0.49/1.00 vMB 14
620,890 620,890 00000000000000000008a252314354e233d6e5ee0c21dbf31e65b61a734d1cf9 1,656 0.49/1.00 vMB 9
620,889 620,889 0000000000000000000b0d35c5ebcfc6dcae17a82281a67b4388d5d28350f351 2,461 1.00/1.00 vMB 17
620,888 620,888 000000000000000000013e838713ff5a59af141e8e329ef3f058f47c380414c7 1,622 0.65/1.00 vMB 15
620,887 620,887 000000000000000000014c8eaf9839f70059ef08641694282e4b4446e0a2d691 2,728 1.00/1.00 vMB 9
620,886 620,886 0000000000000000000d961bc2694d665bc836347027a7fd5698f8b5c86cfa79 2,591 1.00/1.00 vMB 20
620,885 620,885 00000000000000000004d3f4897f71dda6d1834475067aa7f88c3c7fc1f38371 2,006 0.93/1.00 vMB 3
620,884 620,884 00000000000000000000421e0a4d97be12012d54cb6efc9753e24e2683a5271f 2,795 1.00/1.00 vMB 15
620,883 620,883 000000000000000000024caacf8a7d357b86ce5730300f56e926b7345f585ad7 2,448 1.00/1.00 vMB 25
620,882 620,882 0000000000000000001145951e3f03a5e07a9333bba11afbe1ba2a6ed65da68b 545 0.21/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.00 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: 648.95 GB
    • Received: 13.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.