Loading Tool

Explorer IconExplorer

Memory Pool

80,737 transactions
29.99 vMB
0.10116458 BTC
Random Selection Loading Transactions
Max Size: 180.97/200 MB

Candidate Block

Mining Attempt ae8d2292d47fab390894af3c18b332eba9c597cb459592746662664805ab0d3a
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 307ceaf478651f65513db748e9022b2b28a1d6c378c1dd2173f9656669e85d6f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,876
Size: 1.00 vMB
Total Fees: 0.03434162 BTC
Feerates: 100.25 > 3.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (370,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
544,930 544,930 00000000000000000007fee61d32d4c9bccc197a9b8e797efd539318202d4d90 2,485 1.00/1.00 vMB 15
544,929 544,929 000000000000000000014400caa44e6c8b4171970ffee7d028c57cf0c0bb68d2 2,940 1.00/1.00 vMB 24
544,928 544,928 0000000000000000000e35d2ef9981f89d0a95ada79475acd3f44e886fecfb24 1,262 1.00/1.00 vMB 13
544,927 544,927 0000000000000000001db04834dbb74875778257f2247cde10039b932f3c515d 1,599 1.00/1.00 vMB 9
544,926 544,926 00000000000000000023b5ce45bbd7fe692e538a7f9114b72c315797f0c05a8c 2,543 1.00/1.00 vMB 11
544,925 544,925 000000000000000000159fd24ff21b7dce650464819cfc2d4f275be993cf6964 2,749 1.00/1.00 vMB 15
544,924 544,924 00000000000000000012cd69179a22173d7e0a912b6bf7337b1fc5e60d9cfa0f 2,781 1.00/1.00 vMB 6
544,923 544,923 00000000000000000014fa1706a9c4915930a15c2d921e07853dc5c252c3324e 2,826 1.00/1.00 vMB 10
544,922 544,922 000000000000000000020cbcf63fefbf3ec30dc2d238febf55a20b8ea41d633d 3,189 1.00/1.00 vMB 21
544,921 544,921 00000000000000000020f8010ff21fa31965e7281174c60633ee485d8ac10692 2,381 1.00/1.00 vMB 25
544,920 544,920 000000000000000000026ac986ff318f8762cace3cfa1bdef093d073898f0a53 2,935 1.00/1.00 vMB 23
544,919 544,919 00000000000000000025a898dff2382a390f17ef211376a4db2425552825ba4b 2,269 1.00/1.00 vMB 6
544,918 544,918 0000000000000000000eb1a629be8988a86e4e91d7960da6a4340d4441d8ca55 2,270 1.00/1.00 vMB 10
544,917 544,917 00000000000000000022dec160cb18d3b87bfd0c7cfdffe0a77c0e091363e8b2 2,730 1.00/1.00 vMB 9
544,916 544,916 00000000000000000019cb2c4f2d9380bdc363f75d0f2f59668067674651f21e 1,689 1.00/1.00 vMB 16
544,915 544,915 00000000000000000013c8cf2290a67dca31fd2cebf158d7539f510c30dda1fd 2,726 1.00/1.00 vMB 31
544,914 544,914 00000000000000000010a098950546de97e80c9c3900675d4ba6790fdfdbf491 2,457 1.00/1.00 vMB 31
544,913 544,913 0000000000000000001ac82b3068bf05c55abc67324dc1fb24e6a64bbbf03ebe 2,658 1.00/1.00 vMB 16
544,912 544,912 0000000000000000000923e6f7e98b7d4914fc830fd20596c1341e3054133775 3,072 1.00/1.00 vMB 8
544,911 544,911 000000000000000000220b40763e5ef493595ac8c9a2a9fa2cee704d5883d5a9 2,570 1.00/1.00 vMB 29
544,910 544,910 000000000000000000075fcc097ec34395a7150c029262b3b51ee87782b2d9fe 2,390 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.56 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: 670.18 GB
    • Received: 15.83 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.