Loading Tool

Explorer IconExplorer

Memory Pool

76,563 transactions
20.93 vMB
0.05704401 BTC
Random Selection Loading Transactions
Max Size: 139.85/200 MB

Candidate Block

Mining Attempt dcee021ae86bad442f78a2b54b2bfca91f164cc1eecc7706b17362bdd8369575
Version 20000000
Previous Block 000000000000000000012c9006185c26fd162da81ad096f3cbf9ba1d7be4ab25
Merkle Root bc54e98ee07035f752e0170eb3f81f6bed44fb01b568036b5c25a3f7bb134f28
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,649
Size: 1.00 vMB
Total Fees: 0.00989108 BTC
Feerates: 457.45 > 0.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,183 (914,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
1,244 1,244 000000004662421a8c32ca813a5ed9198cc98c93de7c31b902344917ba41294c 1 0.00/1.00 vMB 0
1,243 1,243 00000000aacccd0be0d7e6f86f5874402541dbd34824c9f8108f1a108b884a66 1 0.00/1.00 vMB 0
1,242 1,242 00000000185888e14c4852a45468c785ab63038985aa377fa8d6cab4a1c4d583 1 0.00/1.00 vMB 0
1,241 1,241 0000000010225c4184ee284212c099a37d333713d13fe2389649bdd880f018b5 1 0.00/1.00 vMB 0
1,240 1,240 00000000a85e5b2827b328be25397bfda277b1011e44c3682726f8a8f701ab69 1 0.00/1.00 vMB 0
1,239 1,239 000000002cdcd68510d38863a1eb80c73edf9a181ab838037bccab1d64cc910e 1 0.00/1.00 vMB 0
1,238 1,238 00000000af67e0ab8b6f8beecb9172f632a037d5c5701af697392dbe9471ed37 1 0.00/1.00 vMB 0
1,237 1,237 00000000ce532079f1135377e7b1b4e7f1ae60f793ff5427e8b2510af911b391 1 0.00/1.00 vMB 0
1,236 1,236 000000007534825a00c1cb0df8be677f98311430ae80307b46517d46e0bcc975 1 0.00/1.00 vMB 0
1,235 1,235 00000000557f4dd610df6144f7cee23c16e67fdbcbcc92bcc9e49ee71ac8cd5d 1 0.00/1.00 vMB 0
1,234 1,234 000000004257f209a21040d1baeb99c1ea852271238ef67a124a2c5349e1d870 1 0.00/1.00 vMB 0
1,233 1,233 00000000f00d59bf8908172e96fdd552eccef0c8f61014fcf00a3806b944d74c 1 0.00/1.00 vMB 0
1,232 1,232 00000000b85fcd8488a7f12d71d94b07d5492494e009c3cf1e4f02bd71ce8569 1 0.00/1.00 vMB 0
1,231 1,231 00000000c27f99b034e535f4fb1052bbefce5886bd2f7bac945ea4a31a71f829 1 0.00/1.00 vMB 0
1,230 1,230 000000007db5065b2afe36a0551fa800050a5e11e5d3adf00c7be82af557199b 1 0.00/1.00 vMB 0
1,229 1,229 00000000b4eb604337ef2a438539f7893bcb4e47d3eb97b4057da9f34a2b0c41 1 0.00/1.00 vMB 0
1,228 1,228 0000000022ed5a7930b0c0476353ef4d47f4b563c0cd7699d7d448406204d63f 1 0.00/1.00 vMB 0
1,227 1,227 000000008a3778af112690367ec150cce4f382383d18bec055b2000f0ccb4f28 1 0.00/1.00 vMB 0
1,226 1,226 0000000059ecbfba0d5849d63891f3e197d4406b26bc5c55537b9369ee3dac60 1 0.00/1.00 vMB 0
1,225 1,225 00000000c813fe33e0a07746ee401f8ba5d1ae459d323f740a2255bb7d7285d3 1 0.00/1.00 vMB 0
1,224 1,224 000000006643d66edec3e41db33c19852503b42b954fe34e0943bf69210b4ae0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.43 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: 821.73 GB
    • Received: 24.77 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.