Loading Tool

Explorer IconExplorer

Memory Pool

37,254 transactions
26.87 vMB
0.06070152 BTC
Random Selection Loading Transactions
Max Size: 136.53/200 MB

Candidate Block

Mining Attempt 9e726fe479d841bd7ee43a28611d3ec47327348efafef6975d4007beee3b6191
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root 71b78fbd7d03e6a2c801a240ad263da887961d6ce514bb215e104c3af9eb8e9a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,865
Size: 1.00 vMB
Total Fees: 0.01028860 BTC
Feerates: 74.79 > 1.03 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (546,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
367,925 367,925 00000000000000000dfd7e0d82d20d2acc9763faacefe2559a1ef4e3ac55bb05 1,335 0.93/1.00 vMB 33
367,924 367,924 000000000000000011570f6ea2957477a285427311b5abb114b466ed1ae3999e 628 0.43/1.00 vMB 28
367,923 367,923 000000000000000000301af6fc9784200f6805ad757a2d0701ef16243e2e03e3 604 0.84/1.00 vMB 21
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.