Loading Tool

Explorer IconExplorer

Memory Pool

37,216 transactions
26.86 vMB
0.06052778 BTC
Random Selection Loading Transactions
Max Size: 136.47/200 MB

Candidate Block

Mining Attempt 02a1e1acaba40eb5a6e3cc40a513f2cc7f8eaf2f161765e27f93fec5b52a38ec
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root cf2aaf440112dcfe905534388a05bbb77ee03895ac94a40717bce1e8e2f6c37d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,880
Size: 1.00 vMB
Total Fees: 0.01019199 BTC
Feerates: 74.79 > 1.02 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (82,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
831,937 831,937 00000000000000000002c7fd48181428384f34e297ed740bef2fdff83567e4e9 3,045 1.00/1.00 vMB 23
831,936 831,936 0000000000000000000244909ac85d9e128f93cfd3e63ff174aaab43b3e55ba4 3,004 1.00/1.00 vMB 24
831,935 831,935 00000000000000000000b3ca56b72214bc1b0e20a7922b6e808e2419a1e4f4fe 3,030 1.00/1.00 vMB 11
831,934 831,934 00000000000000000000af2611f484519cd70550f64e1fbe1984fd14872afa3d 3,383 1.00/1.00 vMB 10
831,933 831,933 00000000000000000001be5a1214dfaaf2579d228244c9745579bdb703c60549 3,029 1.00/1.00 vMB 10
831,932 831,932 00000000000000000002b8ccbf714a89375998794940808e4e3011a6b768e2f5 3,582 1.00/1.00 vMB 16
831,931 831,931 00000000000000000000419e2f9e4d9ff952623189b6b89f47c3a47481679443 3,041 1.00/1.00 vMB 13
831,930 831,930 0000000000000000000177af8dc5ded067382e236602d5885f773fc2583a7140 3,347 1.00/1.00 vMB 12
831,929 831,929 000000000000000000034cdea66ad96c94ba4e7d9558542f11a74e9eb59ae038 3,004 1.00/1.00 vMB 16
831,928 831,928 00000000000000000001c0ce4bca8602b427cba1929151b6cec6fef723eedefd 1,479 1.00/1.00 vMB 10
831,927 831,927 000000000000000000034bf19a246f52eadffe896cadcde9ddba6c0f1d3562d7 2,514 1.00/1.00 vMB 15
831,926 831,926 000000000000000000029ee1ba17b3ea9949cbbe26999dbf10b39ff3b00e8947 2,154 1.00/1.00 vMB 13
831,925 831,925 0000000000000000000244dd631b74c6825b89f9bd68d02f56283c0e9e1504c2 1,113 1.00/1.00 vMB 11
831,924 831,924 00000000000000000001f071bb73638aa56a60f570cf06b19536e6991f6b5cc2 2,757 1.00/1.00 vMB 14
831,923 831,923 00000000000000000000deb9fb4c6cc161c45f6b0982b4e2b34144a39e69e8c8 2,657 1.00/1.00 vMB 15
831,922 831,922 00000000000000000002dafc28eb539af42cd4048051f34060238a89d13ef239 2,608 1.00/1.00 vMB 18
831,921 831,921 00000000000000000002af5ce80c619973cefaa2f585d47145a99bb7806581a2 2,346 1.00/1.00 vMB 18
831,920 831,920 000000000000000000032558a13299644d275351ed4ec60d6df7b03f13ccb6b0 3,183 1.00/1.00 vMB 14
831,919 831,919 00000000000000000002cb1e0b15cb927f52cce7cbdb9232358052d8c0ebd8a7 1,550 1.00/1.00 vMB 12
831,918 831,918 0000000000000000000023de7882cf8f1a96e929d227528a697f0cfb16aa40c3 2,727 1.00/1.00 vMB 16
831,917 831,917 0000000000000000000212d1ff46d390e3cd555c3daa59c5e400cbadd0f6576f 1,810 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.