Loading Tool

Explorer IconExplorer

Memory Pool

45,913 transactions
32.27 vMB
0.12841388 BTC
Random Selection Loading Transactions
Max Size: 163.77/200 MB

Candidate Block

Mining Attempt 9a4a06e36b722f69bf9c4b8bc0d777092cab53855419f6b4f14ff700760d0ffd
Version 20000000
Previous Block 00000000000000000000eec519111293713fc768004cb21df7a6de617fb0ea11
Merkle Root e38df0346f0ad4ef5c0de1a09b858777d5d07e7615fcb07e8e6cdb7b0891489b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,716
Size: 1.00 vMB
Total Fees: 0.05533838 BTC
Feerates: 265.25 > 5.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,580 (333,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,899 580,899 0000000000000000000fd188d581cf42c02c3888e962e8c249775bdea3e7ffed 861 1.00/1.00 vMB 16
580,898 580,898 0000000000000000000ba23a5c7240ee8f5a828127487e87080411a827f06dc9 2,467 1.00/1.00 vMB 20
580,897 580,897 00000000000000000007df886768590b4bd87ffc92bb1e3cbcbc9e99496113d0 2,236 1.00/1.00 vMB 34
580,896 580,896 000000000000000000184f70196631a6f96f96a4c0e35112ee0f2eb1a7f1a4fc 2,782 1.00/1.00 vMB 80
580,895 580,895 000000000000000000132e547c763ee2d52ba1f41beb94e2f80a727d22e47063 2,627 1.00/1.00 vMB 36
580,894 580,894 0000000000000000000411fc75770abac1a9c45f9b445b17e5d3d2b935993ebb 3,306 1.00/1.00 vMB 85
580,893 580,893 000000000000000000210c6429f74409838ee2f94cad67d468c5824c88d72ebf 2,676 1.00/1.00 vMB 40
580,892 580,892 0000000000000000000e11f987aecd53e7c2c051e20990d8d1bdc452350d380a 2,144 1.00/1.00 vMB 69
580,891 580,891 00000000000000000025940c3f2cf8956685007a94adf0e536745c2dec6106fb 3,065 1.00/1.00 vMB 66
580,890 580,890 00000000000000000011de08d6f1f122a44fdd1340e13c73cfeeed5a89df5be8 2,507 1.00/1.00 vMB 115
580,889 580,889 0000000000000000000ece9381a7e0a4020353f4adde7b560a6b2840d5d44cfa 3,042 1.00/1.00 vMB 94
580,888 580,888 0000000000000000001dd423f5337730a5040fd017e9b2bf141533ab535ccb13 2,629 1.00/1.00 vMB 35
580,887 580,887 0000000000000000000cc14c020c7fd90269d9f0a107d5f662fd26c38e53e2a1 2,235 1.00/1.00 vMB 42
580,886 580,886 00000000000000000004ad7823f56dab0d29f852f9f7205745682fb563325dec 2,811 1.00/1.00 vMB 43
580,885 580,885 000000000000000000009530a7030b77a331a2c4198268fedadafe3cf69edcd6 2,272 1.00/1.00 vMB 82
580,884 580,884 0000000000000000000392760fdf04c6a53f686566b66b6c21ed8263606d908e 2,484 1.00/1.00 vMB 63
580,883 580,883 000000000000000000243f00774a241fcc66e3eb4bc8fa7a50e9254ffb44e3c4 2,493 1.00/1.00 vMB 70
580,882 580,882 00000000000000000010d7794892c3cec6d134d32dd1c4cc15017d73b18d9b17 3,026 1.00/1.00 vMB 92
580,881 580,881 00000000000000000025cd963cfa3200cc6ff6722ebeab16bbfcaec685a2ff96 1,563 1.00/1.00 vMB 12
580,880 580,880 000000000000000000144a8ded0f89f23f0cd81e18e2504e36e5872ca8c8ded7 2,664 1.00/1.00 vMB 45
580,879 580,879 000000000000000000029b226e33bcc6ca8f275c62d5ac41e0f0318bcebce180 2,419 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 781.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 626.66 GB
    • Received: 11.70 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.