Loading Tool

Explorer IconExplorer

Memory Pool

31,572 transactions
24.93 vMB
0.04816790 BTC
Random Selection Loading Transactions
Max Size: 124.98/200 MB

Candidate Block

Mining Attempt 46cb8eaa9134a634c19277113b838174a22a85cac4ec91805bb9b4bf079ac1b9
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 017ff4462c1ab6614c6bcdbcb482f888fd0d5f3aebafdb7667caf814393b3fbc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,770
Size: 1.00 vMB
Total Fees: 0.00350576 BTC
Feerates: 15.77 > 0.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (546,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
367,946 367,946 000000000000000007db3bdeea94fcce0869449f65bd0cf7d7255d7517494ebd 862 0.90/1.00 vMB 27
367,945 367,945 00000000000000000b68b9a4586abcb93751255de7bd9bb8e697536c2449d6ab 984 0.75/1.00 vMB 35
367,944 367,944 0000000000000000130ca84f77f22a18253acbbc5f8c4bdaac45f62bdd7b9840 625 0.85/1.00 vMB 22
367,943 367,943 000000000000000004dda9a78afd5095d421be17f3fae590980335c15c080fa7 1,174 0.85/1.00 vMB 36
367,942 367,942 00000000000000000189e58b335b5771b82204f47fa184277a5a0e24c0dcde7f 1 0.00/1.00 vMB 0
367,941 367,941 00000000000000000a285691dd06f4a7fe7eb5b349026e75e20d3c1e857b8462 838 0.83/1.00 vMB 25
367,940 367,940 000000000000000006d50652db73cee57d4b5f7a231a8d7ef76408475843fc22 1,323 1.00/1.00 vMB 37
367,939 367,939 000000000000000008eab3558d8bb0a13376355ba8be048795a22aa26a0a2a6d 1,143 0.85/1.00 vMB 37
367,938 367,938 00000000000000000a7469c50671c7630aa8040cb19450a9064eae029422491c 864 0.94/1.00 vMB 26
367,937 367,937 00000000000000000a158e21a0476e8a784e58947a667898330cf6b5a3f296c9 1,352 1.00/1.00 vMB 37
367,936 367,936 00000000000000000d7a5908edbebbcf06bbd24b79043fc4910e79f5ea23e3bc 1,014 0.93/1.00 vMB 29
367,935 367,935 00000000000000001121aec5a5586e5dc7942c124bcb83f92990824a2161e6e7 993 0.93/1.00 vMB 30
367,934 367,934 000000000000000005916726560ef1bc78bc8d2e9e6c1a4449651ebe6f2efeb3 623 0.87/1.00 vMB 23
367,933 367,933 00000000000000000cbf15b2074b2c22b288c4068392b43a7b565a67e003b91a 1,597 1.00/1.00 vMB 38
367,932 367,932 00000000000000000decb09ba66dd603ee063a64ab76124663a4cf953d05c2d6 1 0.00/1.00 vMB 0
367,931 367,931 00000000000000000817c946527c7543dcdebb6f51d2edb165218a2141b007f1 1,500 1.00/1.00 vMB 38
367,930 367,930 0000000000000000013ca5c8581f045e9f9fce971f069f6dd5136ec0bb37056a 1,028 0.95/1.00 vMB 29
367,929 367,929 000000000000000005a32db2cc8d7d24badd449980a690c8d66391b47a85d0ae 1,492 0.99/1.00 vMB 28
367,928 367,928 00000000000000000997eef5c8d6b5a28b86b024461610e7686493b8ab7db14d 701 0.88/1.00 vMB 23
367,927 367,927 00000000000000000c85008b82749e9518a4b20dc2a63a3e70703c262cc1d767 1,155 1.00/1.00 vMB 28
367,926 367,926 000000000000000009c156d1a7390446c244721671fc1ed57b24a7dea2cc8baa 1,153 0.75/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 781.82 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: 635.91 GB
    • Received: 12.34 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.