Loading Tool

Explorer IconExplorer

Memory Pool

67,874 transactions
25.94 vMB
0.06334661 BTC
Random Selection Loading Transactions
Max Size: 155.99/200 MB

Candidate Block

Mining Attempt 7275000d3b5105bf8b801a68183a3ec771ebf6cebd9cab0db40ec036b88e927f
Version 20000000
Previous Block 00000000000000000001af759456bf40de7eba330b0006720f8089d212789209
Merkle Root 4b2279119c7e5bdb080f6771c5706a4f0e81c91d4a5cb4cc0ab160dc2d7441b1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,529
Size: 1.00 vMB
Total Fees: 0.00840586 BTC
Feerates: 200.00 > 0.84 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,516 (800,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,758 114,758 000000000000630db96fd01d98361f835191008e9dbdd26e493eb75b18e0c4f0 6 0.00/1.00 vMB 835
114,757 114,757 00000000000048b6467f519746266f81961b9e122531a8442e70702b4b8b112b 17 0.00/1.00 vMB 1,806
114,756 114,756 000000000000698ba16121d419c90d525b4151074624c617cdf76aec24f687ee 17 0.01/1.00 vMB 309
114,755 114,755 0000000000008c6873694cbce63df05629d87b883a29950c5726ef721b5fd375 8 0.00/1.00 vMB 3,880
114,754 114,754 0000000000007a44b0da0922a0d19619aca25814c78125cd09e683f3bd6efe33 4 0.00/1.00 vMB 3,875
114,753 114,753 000000000000cb5c445b7190bc09481c635518d3c56b0712cb168a4be4351d2c 6 0.00/1.00 vMB 3,872
114,752 114,752 0000000000006a31a095cefed8af4f2720b3393c761f7623eb5cf6f147b27bc1 11 0.00/1.00 vMB 871
114,751 114,751 0000000000000aa7910deb7b2c1bd92ebea09d9c933db8137a65da7470760ae3 24 0.01/1.00 vMB 2,363
114,750 114,750 00000000000064654168bbb72d4707260cb5001b9a582da5f8082d8ae92107ab 12 0.00/1.00 vMB 579
114,749 114,749 0000000000008d158f43a3ddbefa931a48bccacf920f37e6fe5a0ab6aeac10f5 3 0.00/1.00 vMB 3,868
114,748 114,748 000000000000878c7a89daa7f4c76712ea30e2be6630f598fa7f53dc1c26a0d0 10 0.00/1.00 vMB 716
114,747 114,747 00000000000049e7c4b99534af8463c7791956a9f12330ffed6af1134a8da932 8 0.00/1.00 vMB 1,239
114,746 114,746 000000000000bb0afb33b69827a26728976659253b0d5c27db465d2f16b00cf9 22 0.01/1.00 vMB 0
114,745 114,745 0000000000006574e8f022f665e0199ef28a87070ffed32cdff5cbf906ac8475 4 0.00/1.00 vMB 3,875
114,744 114,744 000000000000871353bbefce58753dbf8d851df5ad3747a6c6b3719f8568d516 38 0.01/1.00 vMB 1,467
114,743 114,743 0000000000008b6ed2478c359dcbe5b5e52e3f038467c74aa3a17dcfef248033 9 0.00/1.00 vMB 3,874
114,742 114,742 0000000000009382b6be47555d2b5aee1afad972c05029461562110ed8e62d8b 13 0.00/1.00 vMB 1,284
114,741 114,741 00000000000076f14d49ffda801198a327ca7029d8466d9bb29cdc924fa09698 11 0.00/1.00 vMB 920
114,740 114,740 0000000000005f9c7c4b6706556dabd5f1a7bc18f0be36913f179a83a18a57ef 9 0.00/1.00 vMB 518
114,739 114,739 0000000000002508688d59cc3a9c543d8d5048ff58d7fc470ff3a60df0df55fa 10 0.00/1.00 vMB 313
114,738 114,738 000000000000737d092aa1f4fd5bf741cc8f04bb83aba2d15b68dcd43e74c5a6 10 0.00/1.00 vMB 837
Previous 10 blocks ↓
Total Size: 783.29 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: 766.67 GB
    • Received: 19.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.