Loading Tool

Explorer IconExplorer

Memory Pool

44,593 transactions
26.60 vMB
0.05772781 BTC
Random Selection Loading Transactions
Max Size: 140.43/200 MB

Candidate Block

Mining Attempt 6471ae6cb6ad2fa4a2d8dc49492f57f0fb04dab735cea1a826c0adbbd604ab00
Version 20000000
Previous Block 000000000000000000016f009a89c6d3e1d139367d7f3d8899daecc1416ee56a
Merkle Root 234bf6dd6737ceb77c71800d2e37dd6c889ea233046b8b8b8728d5545d8e0c7a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,176
Size: 1.00 vMB
Total Fees: 0.00881906 BTC
Feerates: 54.71 > 0.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,754 (68,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,017 846,017 00000000000000000001d940c2bd1c159ed50cd3c1a7ec1ad78c1c970d71a3ca 6,614 1.00/1.00 vMB 28
846,016 846,016 0000000000000000000273074c075ade3f3fe9aba7132e4d4373b49b29eb540e 5,455 1.00/1.00 vMB 37
846,015 846,015 000000000000000000029ca80c848f56529b72b65579de6d7e69d70e21687fd4 6,243 1.00/1.00 vMB 29
846,014 846,014 00000000000000000001ebdc2b75c1304c90a1b14efa96520f0d34441b5285cd 4,794 1.00/1.00 vMB 40
846,013 846,013 000000000000000000019a542710d58e7da90b689bfb87c666017e7deb831b65 6,928 1.00/1.00 vMB 28
846,012 846,012 0000000000000000000161eeba3c85f2afb3254c52a99e570f9e9750be2e3e48 5,132 1.00/1.00 vMB 27
846,011 846,011 000000000000000000020494075538827cdd2563586486f0a13cfc5ec6e2aa1a 6,460 1.00/1.00 vMB 32
846,010 846,010 0000000000000000000151f0072a748fea190fc62a5bfaaa989b9792d84e685e 4,721 1.00/1.00 vMB 38
846,009 846,009 0000000000000000000320d8dfeba704a929a7f8f1cbd37096edf841976b26a9 4,994 1.00/1.00 vMB 34
846,008 846,008 0000000000000000000129af9bee51ecb595f6b5e2990af997edabdf3fd900e8 4,556 1.00/1.00 vMB 41
846,007 846,007 00000000000000000003214e4214ca2e409c96a1a342d482d4b7a48d2683d1b4 4,761 1.00/1.00 vMB 42
846,006 846,006 000000000000000000034a5190ccfac8ae10006fbc7bb7bc194df076d43bd971 2,233 1.00/1.00 vMB 61
846,005 846,005 00000000000000000002beaf949a2a2da0db478688540300f42b1aeb958e94c7 5,660 1.00/1.00 vMB 25
846,004 846,004 000000000000000000003598819dce9966b77923a4811f5f86f570c842626c20 6,446 1.00/1.00 vMB 28
846,003 846,003 000000000000000000003b4eefcd08b6be258db806cfe4a2764a9122168b12ab 5,372 1.00/1.00 vMB 36
846,002 846,002 0000000000000000000353593b0e1a9c7762a91f1d862438919d9587859c3d79 6,536 1.00/1.00 vMB 28
846,001 846,001 000000000000000000026252317e92d200b039db3dc80ccedce1f51d39def552 5,661 1.00/1.00 vMB 35
846,000 846,000 00000000000000000001aa5c5c2a611ea4fdd83194e0aa9e3ff9fd8ce20d673b 5,774 1.00/1.00 vMB 36
845,999 845,999 0000000000000000000345d41571b164bf12f3f5d8bfd79d76f3e475c9959f34 6,450 1.00/1.00 vMB 31
845,998 845,998 0000000000000000000311abadd85397ecc23b77d4e2c7d066b92a65bb59caa2 4,198 1.00/1.00 vMB 48
845,997 845,997 00000000000000000002e8476fee0c2a983c2711fc1af67340cf7c5e93e254b9 7,460 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.95 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: 647.17 GB
    • Received: 12.91 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.