Loading Tool

Explorer IconExplorer

Memory Pool

42,228 transactions
26.64 vMB
0.06024936 BTC
Random Selection Loading Transactions
Max Size: 139.05/200 MB

Candidate Block

Mining Attempt 2b8d96ac2caebb9c958966a0f09fa44f0249c99ad4e6f34475968e47f91c2c33
Version 20000000
Previous Block 00000000000000000001aae22bf03485fc959de8eb2dba05795b3aa6b906bcaa
Merkle Root 7d8a721d25710d8f0f1a38a721e87096e0e6ac73b68f87f42655d3c01d3c9fa5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,796
Size: 1.00 vMB
Total Fees: 0.01090216 BTC
Feerates: 100.45 > 1.09 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,884 (100,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
813,931 813,931 000000000000000000041843a594b9f7a6d1ceecc73a2405a80b3945c48ef87e 3,076 1.00/1.00 vMB 22
813,930 813,930 00000000000000000003e7ad6d2c10fb6c60916c560e138a0c10c247138d7f37 1,626 1.00/1.00 vMB 22
813,929 813,929 000000000000000000032cf9d0ad42da7dcdeb87ea80a36c8b2406d3b9ebbb95 3,985 1.00/1.00 vMB 12
813,928 813,928 000000000000000000047c6972d3d5a7e54b0f7cddc15aeb350cdc1246beefd2 1,604 1.00/1.00 vMB 5
813,927 813,927 0000000000000000000106153a7991f1045702bacf5eac0f6402a9a43dd01820 2,160 1.00/1.00 vMB 19
813,926 813,926 0000000000000000000441c7186a652c8ad93a4099d31ca7d15d7652a5dfecef 2,362 1.00/1.00 vMB 18
813,925 813,925 00000000000000000001f1e2ae29cdac8bf9a8e43376fd96a937aa53417334ec 3,344 1.00/1.00 vMB 34
813,924 813,924 000000000000000000044374c47b907979db2a825da416b7652ae8745dc09333 3,595 1.00/1.00 vMB 32
813,923 813,923 0000000000000000000092a9e093348f162149f342413e92c295af6f6418e5ea 2,471 1.00/1.00 vMB 21
813,922 813,922 0000000000000000000150bf74e6b9d9dce983a4b3d9927802ae72ebe9b786ae 2,270 1.00/1.00 vMB 19
813,921 813,921 000000000000000000005d38f75370ad5a94b3929ddc027f249c1500b6e18410 572 1.00/1.00 vMB 4
813,920 813,920 00000000000000000002472979dae94ee0e050d4592549968dd9599413d68fc5 2,547 1.00/1.00 vMB 16
813,919 813,919 00000000000000000001aa25c903c49b3d04981bf39e17f53d2963d8bf4eac02 1,699 1.00/1.00 vMB 11
813,918 813,918 000000000000000000006bc303a4141c994735379074a9164ab5133e83e203d9 2,149 1.00/1.00 vMB 10
813,917 813,917 00000000000000000002493dc70021f336b8d4e7e4c34baf7a3499878948d659 2,503 1.00/1.00 vMB 3
813,916 813,916 000000000000000000010a163d4dba57c5463177879c838d06e7ffbcd9515c6a 711 1.00/1.00 vMB 6
813,915 813,915 000000000000000000039a053713cdc198cbb93a638c587ca0f5b55d4c414294 1,535 1.00/1.00 vMB 7
813,914 813,914 0000000000000000000474aed10b4e550a22bea9d68078f799a374736b78f0ed 1,624 1.00/1.00 vMB 4
813,913 813,913 000000000000000000043aa282e106145d398f199f300ff7858d950346e04b73 5,840 1.00/1.00 vMB 4
813,912 813,912 0000000000000000000288ec2aebd6b0786173b3af4235037730ed9dfa59d235 2,736 1.00/1.00 vMB 12
813,911 813,911 0000000000000000000192555e4c04a1d9d3a8100fabaa94a76359bc847c5ed2 3,221 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.18 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: 653.64 GB
    • Received: 13.98 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.