Loading Tool

Explorer IconExplorer

Memory Pool

81,734 transactions
30.95 vMB
0.07391656 BTC
Random Selection Loading Transactions
Max Size: 188.57/200 MB

Candidate Block

Mining Attempt bb8ca403c3d0c8b4ee3470d91c06b55d91cd59bcec8f877c320a05cdc2716ecb
Version 20000000
Previous Block 00000000000000000000f9ed58f50ea3395fea3cc5910c6adbea9d34000d3f9f
Merkle Root 5cbd35457cebf36c07c9b79a2d001050ba6379bd272d431ef2ce8feb0cf2be09
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,273
Size: 1.00 vMB
Total Fees: 0.00729935 BTC
Feerates: 60.16 > 0.73 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,186 (437,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,762 477,762 00000000000000000156f7041d9350f36cce08f904021d5a3a25915f239bcacf 1,623 1.00/1.00 vMB 190
477,761 477,761 000000000000000000f446fce8749d729f1395a06952ae6e86b955b7ce36390d 1,365 0.99/1.00 vMB 104
477,760 477,760 0000000000000000002d05fc2929d05adb9917243409c145defc4e2b1cefae61 482 0.99/1.00 vMB 41
477,759 477,759 000000000000000000fa918672bd24d5ae6551cefb9cbb9c03bb06fbb07d32f3 583 1.00/1.00 vMB 26
477,758 477,758 000000000000000001076699b06745b3d659f326fd6a996e7a8dee672c2d08a4 1,356 1.00/1.00 vMB 78
477,757 477,757 0000000000000000006998f2f3ff4bc35602a9a3d49dbd684ddab79307c13358 1,363 1.00/1.00 vMB 117
477,756 477,756 000000000000000000dc4a9ba06593f3f09eb510f37b25c4f753fca54e1036fa 632 0.40/1.00 vMB 170
477,755 477,755 0000000000000000000ba90b683360b71fbfa8c65e6bb0cdc02e6aee2a06f400 1,488 0.99/1.00 vMB 107
477,754 477,754 0000000000000000008b1f7fa1d115c974a871949ce9c82cacbe60b6c5227966 303 0.99/1.00 vMB 10
477,753 477,753 000000000000000000822a28fbdb6c32510b8c2ff8247847465b48a0af98cdec 1,288 1.00/1.00 vMB 80
477,752 477,752 00000000000000000072319e42a9df222074ada7bb0fff9a20a916d2be9fc444 1,795 1.00/1.00 vMB 131
477,751 477,751 0000000000000000012d1254cd93093276bdb78af5927110c55da8867ea8fe54 1,747 0.95/1.00 vMB 123
477,750 477,750 0000000000000000000aa93073119ee362bb821f1e44dc0400788c7933088f84 1,244 1.00/1.00 vMB 51
477,749 477,749 0000000000000000007fe1a4556b829455b355f351c87e7a661b80c7ba4a2c18 1,972 1.00/1.00 vMB 66
477,748 477,748 0000000000000000003e59229786e59d361945d2411bfbedca8e2e0ea36e1075 2,250 1.00/1.00 vMB 197
477,747 477,747 0000000000000000009fba57bf077e03b9a1bd6e5290554f1d8b0c53fefbb718 1,802 1.00/1.00 vMB 161
477,746 477,746 0000000000000000007951097231552031dfba3a58706991d0721ac5059c2fbf 1,190 0.99/1.00 vMB 75
477,745 477,745 0000000000000000003d452a84a8ad1f591e8e51c668da91119a788ce69ef12e 1,405 0.90/1.00 vMB 139
477,744 477,744 000000000000000000dec62e853cdd915cd6ba57476fbebc6e1be2f77a03c6ec 1,018 1.00/1.00 vMB 87
477,743 477,743 00000000000000000061e1493ce75e8487a4c74c9607ef75fcb53c1ebcdeb306 456 1.00/1.00 vMB 29
477,742 477,742 0000000000000000011d42f9710917f47aeea612ab7ead0a98d6348e66dc6c92 1,396 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.72 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: 705.13 GB
    • Received: 16.65 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.