Loading Tool

Explorer IconExplorer

Memory Pool

76,657 transactions
33.64 vMB
0.13150811 BTC
Random Selection Loading Transactions
Max Size: 188.17/200 MB

Candidate Block

Mining Attempt 63fb5c675c981832eca55b079e14234c7be3b28f667ec669307db0022a6b5abe
Version 20000000
Previous Block 0000000000000000000149a20e5737c11062574f96dd685c21043aa3b1b102c8
Merkle Root b6a4c4b8f23d53bf85b9be810db9a8b1aa3828ef58d2879b47ba0e63cbbeca80
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,961
Size: 1.00 vMB
Total Fees: 0.02213979 BTC
Feerates: 445.78 > 2.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,419 (3,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
911,879 911,879 000000000000000000006b493c66f2121ddc7169368c172b7e5305210f8548e0 1,316 0.44/1.00 vMB 3
911,878 911,878 00000000000000000001dcba1392972a2e2789b1110b6b785f5a1215edf8a69b 4,794 1.00/1.00 vMB 0
911,877 911,877 00000000000000000000380bdf2194b183a3707f11883b271f857f8c56ddcf2b 1,645 0.53/1.00 vMB 2
911,876 911,876 0000000000000000000117556df7f10c23c43b49473a72353c8aa1776d5cbddb 5,045 1.00/1.00 vMB 0
911,875 911,875 00000000000000000000e530a0be84cf9f823716db9c34f1bff25310e4cc0a91 4,562 1.00/1.00 vMB 0
911,874 911,874 0000000000000000000179b85579439639933a62e5036738b1e3cde814471240 4,367 1.00/1.00 vMB 0
911,873 911,873 000000000000000000004aa9071bf346063e18693e5fec7d043e2a6b90df3f5a 551 0.17/1.00 vMB 2
911,872 911,872 000000000000000000007fd72fcec1c7bc4b633eeab855f8f8829626a045b98e 5,108 1.00/1.00 vMB 0
911,871 911,871 000000000000000000020e7c5d3650ad1f49a19736d0272731a65516a021a0d3 3,729 1.00/1.00 vMB 3
911,870 911,870 00000000000000000000fd372e2f74e2fda561e4bce125c71d698df6dbc4dba3 4,621 1.00/1.00 vMB 0
911,869 911,869 00000000000000000000de961901a6096e318b1f89a763361a01ed75613e169f 3,810 1.00/1.00 vMB 0
911,868 911,868 000000000000000000005a9785cd9f74296a29aa3bb62d2d7af94e8c99db804b 3,122 1.00/1.00 vMB 2
911,867 911,867 00000000000000000000e3ebf7d13d1e546aa8145dd6439fe0c4c26d08e7e676 4,164 1.00/1.00 vMB 0
911,866 911,866 00000000000000000001d1720b2e7913fb1698d5651e8700cdf8e5df287f306b 4,146 1.00/1.00 vMB 1
911,865 911,865 0000000000000000000075a0d87fb130aad09e94a7e8990a38618a00b2449853 3,851 1.00/1.00 vMB 2
911,864 911,864 00000000000000000001997e7ed8f1403a8002343859c583884f25e8fd1d71f3 1,742 1.00/1.00 vMB 0
911,863 911,863 00000000000000000002155fa71c28ce1fedd18b788da2be646bbe9024cc85c5 5,291 1.00/1.00 vMB 0
911,862 911,862 00000000000000000000896bf9412459b2a256fc00dfc24e21a8893828cfa7bf 3,549 1.00/1.00 vMB 0
911,861 911,861 00000000000000000000ddbcd0c5cf3d1d507b764bc2ffa9fcfc6ed214558d5a 965 0.40/1.00 vMB 2
911,860 911,860 00000000000000000000bba48c25e9554f2e9df2e58fae0814b373015748775e 2,416 1.00/1.00 vMB 0
911,859 911,859 00000000000000000000c6d631e72dba31daba5c0ccd9094c662397731227709 40 0.01/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.12 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: 736.48 GB
    • Received: 18.58 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.