Loading Tool

Explorer IconExplorer

Memory Pool

80,139 transactions
30.14 vMB
0.09070615 BTC
Random Selection Loading Transactions
Max Size: 181.63/200 MB

Candidate Block

Mining Attempt ef06580da70c696e7168c4ff8aa0b99bfdaa95c57f6f77e3d8a87e297c482cda
Version 20000000
Previous Block 000000000000000000005a637be4f0674e0cd19654bae85c49d461bc204dc54b
Merkle Root a744fb07e51dcbcd83b5c215fe3ff132f8f39dd365e526b872c0609cfb87ef04
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,310
Size: 1.00 vMB
Total Fees: 0.02015928 BTC
Feerates: 80.28 > 2.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,143 (214,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
700,704 700,704 00000000000000000000dd7072326da5bc85bda2a8151e25a18bd6ba38e45fdd 2,658 1.00/1.00 vMB 7
700,703 700,703 0000000000000000000beef16460cf4aef010fdd45f94464c5df7da855fbcce9 2,647 1.00/1.00 vMB 7
700,702 700,702 00000000000000000002ad45a88693fa7c8edd22eab464039f3bf3d681e888eb 1,769 1.00/1.00 vMB 10
700,701 700,701 00000000000000000002a5673b7d1192e412124650f0a61dd5dcfb3f16b11739 1,374 1.00/1.00 vMB 14
700,700 700,700 00000000000000000000e55da58b378880e797f9f3e96811d3e64a2f801eed9a 2,277 1.00/1.00 vMB 10
700,699 700,699 00000000000000000002a7b097fcc791720a02a67b010c337f705e4dd9cc21c9 3,081 1.00/1.00 vMB 25
700,698 700,698 00000000000000000008f17d617de179c893793184d7571c0427b7236645c5e1 3,114 1.00/1.00 vMB 19
700,697 700,697 00000000000000000000a94abbd6d1b6261b85a41fc534a1e799e00b9c561523 921 1.00/1.00 vMB 6
700,696 700,696 0000000000000000000263cb204ff963677478becb1a73e6406c24d4a01e535f 2,842 1.00/1.00 vMB 6
700,695 700,695 000000000000000000025ebe8d333c5efda2a5d982a326b98bce5c03a86ae7b3 2,659 1.00/1.00 vMB 15
700,694 700,694 00000000000000000006a6a9d38ae598f4c1f6a75f0dd6d67489b34acd150ae8 2,324 1.00/1.00 vMB 9
700,693 700,693 00000000000000000005ba8042fca414f5c463f26540f7d1bff6e20510d0e7e9 3,626 1.00/1.00 vMB 9
700,692 700,692 0000000000000000000696e50d16abf93731132c0a1402f3575aad699963c8af 2,603 1.00/1.00 vMB 10
700,691 700,691 00000000000000000005fb5953e7961b252b6205f3d15f92580ed427c3fea610 2,104 1.00/1.00 vMB 19
700,690 700,690 0000000000000000000c1d21753ab31ebc9d1efe9dea4816f73eb68f6e535566 2,031 1.00/1.00 vMB 14
700,689 700,689 0000000000000000000c91d02f54e384e88b2fcca76f6ab5d427636a6eb3271a 310 1.00/1.00 vMB 10
700,688 700,688 0000000000000000000de3f3ef5412acde52de61a2ac934c2ed3ea3ccbe71a93 2,507 1.00/1.00 vMB 12
700,687 700,687 0000000000000000000911ed93b4afcade06a139c9d6b1275c781d40e4cb173e 3,040 1.00/1.00 vMB 23
700,686 700,686 000000000000000000069502ea651c54b507f61704f45644ac18027d51e75ebe 3,172 1.00/1.00 vMB 32
700,685 700,685 0000000000000000000e8dc491cf536f487421512d52d9d016089136e9474468 2,945 1.00/1.00 vMB 22
700,684 700,684 0000000000000000000e17ad87ddf14f34afaf6b531b8979d9251c941a9e5b91 2,454 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.64 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: 672.44 GB
    • Received: 16.25 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.