Loading Tool

Explorer IconExplorer

Memory Pool

77,086 transactions
21.11 vMB
0.05815489 BTC
Random Selection Loading Transactions
Max Size: 140.98/200 MB

Candidate Block

Mining Attempt d363386b3f1a93a308ab55eeff15def89e800b2c1b53e439da25a740c793c927
Version 20000000
Previous Block 00000000000000000000458667072dae7325a30143b06fa129332f58245f6409
Merkle Root 2a5228ee2642ee6998f41ba8cf6982a04400175da212adef34055bae981fa411
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,306
Size: 1.00 vMB
Total Fees: 0.01046798 BTC
Feerates: 100.45 > 1.05 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,178 (914,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
1,223 1,223 0000000050bc0cf1b4f7b3f119247d33e444b46a80b0eaeef71572e4abe970cb 1 0.00/1.00 vMB 0
1,222 1,222 000000005ff5517646b998056bd959d654ce58f0c706e74f2505dcc308b31907 1 0.00/1.00 vMB 0
1,221 1,221 0000000073996a70dcbd4dff31d247bf4e5d2639bd7f7b417b131114ae0c9c9b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.42 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.56 GB
    • Received: 24.74 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.