Loading Tool

Explorer IconExplorer

Memory Pool

85,339 transactions
31.61 vMB
0.09376868 BTC
Random Selection Loading Transactions
Max Size: 193.76/200 MB

Candidate Block

Mining Attempt 7f474b53a1962021f74fc73d314936f03964df35beef172116db8ca34342b6c8
Version 20000000
Previous Block 00000000000000000001b29add78d99cb5e061a5e72df6fb885a5387183d5902
Merkle Root 9e0e332fbc7bc6c962a78f225cdc602db6c5a8e96fd9f75971440ec0a1296e9d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,451
Size: 1.00 vMB
Total Fees: 0.01516765 BTC
Feerates: 217.72 > 1.52 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,365 (830,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
85,321 85,321 00000000002166c598054e29c984b0f3775a4e29ac0f0816ef815d66ebddf48e 2 0.00/1.00 vMB 0
85,320 85,320 000000000027c17f1f01b814febe0f551626b8b8750378b988c617f7f8b27c9e 1 0.00/1.00 vMB 0
85,319 85,319 00000000002c6f0a1066e7689d281d9db94c94e5b19155a84f624490b785681a 1 0.00/1.00 vMB 0
85,318 85,318 00000000001a97fff8bf47ec0e52c79f16124e3a8ff21f012d54c25cc7874134 1 0.00/1.00 vMB 0
85,317 85,317 00000000001111d34a058a3f28640de9fd2f6252315912f752211ed303a3565e 2 0.00/1.00 vMB 0
85,316 85,316 00000000001a6c11d7bbe8840006db2a13f54f52bf164e071f3fc904e2aae4cd 3 0.00/1.00 vMB 0
85,315 85,315 00000000000d608c3f6a18be8fb05c90ee7cf2530ee88d503f64d6c668a6ab0b 1 0.00/1.00 vMB 0
85,314 85,314 000000000013d0adfda4fda07c2e1549ed1f4c98c9fb4dab86105fe12a147c2d 1 0.00/1.00 vMB 0
85,313 85,313 000000000012b30003d9501bab3a829e51919e7040f58b1a4b2894fd37d500e7 1 0.00/1.00 vMB 0
85,312 85,312 00000000000f54fd49532670ecb427502b933b3d01d94395ad3306288d6e3abc 2 0.00/1.00 vMB 0
85,311 85,311 000000000018a791187dcd1a04fb83e134821a2a58999b41cd66748618c11061 1 0.00/1.00 vMB 0
85,310 85,310 000000000016e1f76c97bc521dc0f5def06a48c986e9420e7febeeb6a1e6973a 1 0.00/1.00 vMB 0
85,309 85,309 00000000001096d04eae0be40ba4e61cbc62fe768f0b0be409c6d0d884a2ac3a 3 0.00/1.00 vMB 0
85,308 85,308 0000000000115a876f7cd69a8f4fb633640eff4d900a0af3e039ab122d1cff51 2 0.00/1.00 vMB 0
85,307 85,307 00000000000421ff27c07d6348bf36d218da002b03846b4fbec5bb0095c80372 3 0.00/1.00 vMB 0
85,306 85,306 00000000001bfb424e2a6592f82387dd0bbbfeb4bb57000a1e747f5c9d58139c 4 0.00/1.00 vMB 0
85,305 85,305 0000000000197389a12e76d3f845104daea60e5a158af5ee9ce64c06fd2f5f22 5 0.00/1.00 vMB 0
85,304 85,304 00000000002cb4b0d1293a998bdc1a6d12d715e285decb2979c4802ed6604796 1 0.00/1.00 vMB 0
85,303 85,303 00000000001ed68d7d5ab521569efb89376f7fafc77033b2f62c845f349ada28 1 0.00/1.00 vMB 0
85,302 85,302 00000000001ea3c9078be07b6cb862f54165ec87c342441bdddbb1e336e04178 2 0.00/1.00 vMB 0
85,301 85,301 0000000000128a4556cc872c94d0bfd881e5a9a52a950b88e0392bf66e53b4fb 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.02 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: 719.47 GB
    • Received: 18.07 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.