Loading Tool

Explorer IconExplorer

Memory Pool

68,069 transactions
36.17 vMB
0.19978662 BTC
Random Selection Loading Transactions
Max Size: 194.53/200 MB

Candidate Block

Mining Attempt baa98a10cf82479fa298de23c1e3eb3448d5039ba431a78d500540ae11c8a2e3
Version 20000000
Previous Block 00000000000000000000d7271f28b45355cfc631b6f1da0256f67f39ef548751
Merkle Root 376627939d5b53e9e563a90a2304d691338b965155549de6451bd4a5f6747a60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,151
Size: 1.00 vMB
Total Fees: 0.05688198 BTC
Feerates: 96.89 > 5.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,419 (840,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,617 73,617 0000000000967f1c0d673e5b291d7b0a2eb6f3992765a7e176127c635a0e2218 1 0.00/1.00 vMB 0
73,616 73,616 00000000000ceb9dd0e040ce079f741a38e4909a5dbb3f64f50399f1f175baf8 2 0.00/1.00 vMB 0
73,615 73,615 00000000002aedc35df8d3f64f020ccf4699daeba8e6b7df3b37e7a124b382fd 1 0.00/1.00 vMB 0
73,614 73,614 000000000021e33299e3254b8b46735c07e612364b213a83a905008cd0988e7c 1 0.00/1.00 vMB 0
73,613 73,613 0000000000b36d717210c1aee88424aca7c3a8e84bc9601db912de15bd78453a 1 0.00/1.00 vMB 0
73,612 73,612 00000000006c43c3e7d1158efa61640e7be6ea87a0c564fc7bc6847dc80ad7d7 1 0.00/1.00 vMB 0
73,611 73,611 000000000079018593c02f026739b432e907385d1faccba523012b34b1a1f72d 1 0.00/1.00 vMB 0
73,610 73,610 00000000003539f506b1f70a863d57ada783648a62dd9dfa69568e82a5f9ce6a 1 0.00/1.00 vMB 0
73,609 73,609 00000000007fadbb0620ccb71071654fbae5a4a23e6462fc65fd99992471bf40 1 0.00/1.00 vMB 0
73,608 73,608 000000000028e14f0bacb2f1de1a0b312a596be8bf76b2f5a7749049c68d7e4b 4 0.00/1.00 vMB 0
73,607 73,607 00000000003f47c42ebcbdb69ef1068da9af64436bef9b8bc948939184d2b85e 1 0.00/1.00 vMB 0
73,606 73,606 00000000001a037492f7f1fc492a3ee983630f5aee35a2cc759ec534bd371117 2 0.00/1.00 vMB 0
73,605 73,605 00000000002d6cb40b5bd63c9ba8cb629c97173adf15f116562c55542b7441c0 1 0.00/1.00 vMB 0
73,604 73,604 00000000008962d69eff5cd22f778fb0816090220cc988eea671971652d7a57f 1 0.00/1.00 vMB 0
73,603 73,603 00000000003eea833f8af00bdd3148d88fe1053dc9890d1380adb1279764871d 2 0.00/1.00 vMB 0
73,602 73,602 000000000060b62b594c9b0a76bc1c47f060df9326eadcf77ce90a2e630621b5 1 0.00/1.00 vMB 0
73,601 73,601 000000000006e987ce8fb9d5352f41dee051fcbc800891a1d1dcdd58ba8f3d98 1 0.00/1.00 vMB 0
73,600 73,600 0000000000afccd8c1be67a0c2fe9543a72e96e6d802b4e78421c1f4afe28914 3 0.00/1.00 vMB 0
73,599 73,599 0000000000925c65ef556a56e2212ac5a033c1ba261b4c0e064dce14137e2788 1 0.00/1.00 vMB 0
73,598 73,598 0000000000b0907dcd0cd8d84176b6b371a5c59f238689ca19c92bab4d36762d 1 0.00/1.00 vMB 0
73,597 73,597 00000000001f894699dc8d9e1d1a3be6f5ab7bc65a8b8f35565b69a8f3297cfd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.35 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 602.04 GB
    • Received: 10.29 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.