Loading Tool

Explorer IconExplorer

Memory Pool

77,143 transactions
28.82 vMB
0.07896813 BTC
Random Selection Loading Transactions
Max Size: 174.31/200 MB

Candidate Block

Mining Attempt 3176f06fde010251a568d12d04a932903e0d58348d7ecdaed0b2999182976639
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 51528f443e9fe5f7b8874cb79ba0ac298d1162b2c4031d4f4adccb6188a8a394
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,428
Size: 1.00 vMB
Total Fees: 0.01903474 BTC
Feerates: 150.93 > 1.91 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (316,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,572 598,572 00000000000000000000b81f9a74a4bc2337b5999fc59392b4479498a0891a24 1,956 0.65/1.00 vMB 19
598,571 598,571 00000000000000000007c5c2495672cf1390d3310bebac06f8aacdcc6b8f91f8 2,778 1.00/1.00 vMB 27
598,570 598,570 0000000000000000000592083e58bfac0cf8f817b188a6e734848fbb4a2aea23 803 0.25/1.00 vMB 27
598,569 598,569 00000000000000000010fff8e3848da6c9562b51e1f7f60cdc3b2f0bee682c2e 1,962 0.72/1.00 vMB 15
598,568 598,568 00000000000000000007921e272695cdad62ed2a15111d412c879769e05c4553 1,816 0.57/1.00 vMB 21
598,567 598,567 00000000000000000003e1f000a959d67dd0b0886fa2c1db1d8dea8bfe389695 2,962 0.93/1.00 vMB 18
598,566 598,566 0000000000000000000f03ea9481a016ca5940c2fd6891ee380b04dd2ab4d010 2,678 1.00/1.00 vMB 21
598,565 598,565 000000000000000000005ea310d7c82000f53f33a0b0df4fe49370fd3c91e6bd 61 0.03/1.00 vMB 23
598,564 598,564 0000000000000000000bc48f2463a63811ba7cd7d146b465d9ee84f44dae4ec9 448 0.13/1.00 vMB 20
598,563 598,563 0000000000000000000e268e9e01dad51da8dda7249c2daa108bb77965f28b52 662 0.24/1.00 vMB 31
598,562 598,562 0000000000000000000569f49418cc75c89637fc804e44a6461d4e1781e711b3 2,343 0.98/1.00 vMB 16
598,561 598,561 000000000000000000139726f9f3639836d766cfdd5ed0f9802ff48d052ee46a 1,192 0.41/1.00 vMB 22
598,560 598,560 00000000000000000010665b74db7bb50958853a51cc1d49a397b7c0c08e976b 1,070 0.28/1.00 vMB 4
598,559 598,559 00000000000000000003c7005fd05f27ae0f37944b2b2a6915e31f362a8b062a 3,221 1.00/1.00 vMB 15
598,558 598,558 00000000000000000001db69768272c0760511a822d52e436af448155a931bf7 3,328 1.00/1.00 vMB 40
598,557 598,557 0000000000000000000012a85f26f5c7bbab1e44f14fe5cf3e0f768d80434a08 1,824 0.55/1.00 vMB 17
598,556 598,556 000000000000000000076aff3d991d858de22edab842a83cc421f445f1c0e9ca 1,313 0.37/1.00 vMB 25
598,555 598,555 000000000000000000032b882cc7bc25feefb02de470ac1e05a9889c1bcd3539 2,378 0.70/1.00 vMB 11
598,554 598,554 0000000000000000000c4548c2ba0b7f4eff24f388530d499ccad73bfafe535e 2,686 1.00/1.00 vMB 15
598,553 598,553 00000000000000000007f1424acc8af4f1b282885833f5d720705a418359d2cd 3,356 1.00/1.00 vMB 46
598,552 598,552 00000000000000000009456f6d79dfbd9798d7c67c9fa6e2aead03b08d6d531e 2,612 0.84/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.39 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.