Loading Tool

Explorer IconExplorer

Memory Pool

86,526 transactions
31.81 vMB
0.12818974 BTC
Random Selection Loading Transactions
Max Size: 191.97/200 MB

Candidate Block

Mining Attempt 50beb9b0bc198b765ac1d50e5059742643796e8b36842f11988fa181bebe4517
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root 3b6d86711b956dd099afd0007adb1992be85d6b834e1b455b181d808ad9d213a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,078
Size: 1.00 vMB
Total Fees: 0.04565476 BTC
Feerates: 911.92 > 4.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (635,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
279,862 279,862 000000000000000111ac9a63830a6176d5ff75b759a541489f43ea28738362a8 129 0.08/1.00 vMB 49
279,861 279,861 0000000000000000339c66475e1aba448618be09cde1dbcf3cf26d49334735a8 135 0.06/1.00 vMB 39
279,860 279,860 000000000000000265e589089c72627d8b59a4c78900696bd361aebb3c3b8121 154 0.07/1.00 vMB 42
279,859 279,859 0000000000000000dc4164a0d0cf881b0378d880450a86fb11256229dff89da0 107 0.06/1.00 vMB 43
279,858 279,858 0000000000000002cebcf97954c32a9b828f00c625ce209cc1527865b66b4b39 67 0.04/1.00 vMB 43
279,857 279,857 00000000000000008500425f824f9741d022cfe386782276a1973cea0a96e3ca 17 0.01/1.00 vMB 27
279,856 279,856 0000000000000000065e78febef383b238074def9243b9627faa295610d2939b 40 0.02/1.00 vMB 36
279,855 279,855 000000000000000179c2d648036e4a493df9bd30180cba57169c691a5445047e 141 0.08/1.00 vMB 29
279,854 279,854 0000000000000001c74b4f053bd5e7d7fd3624867feedd7c9444036436ab9271 83 0.05/1.00 vMB 29
279,853 279,853 000000000000000156ed6fbdf24fe2373e9b57d68ab1fcc091b4ec7d44d53aa8 145 0.21/1.00 vMB 7
279,852 279,852 000000000000000142bd2586b028e27bf2abcf854352c35c83976ad5e8fe7a07 531 0.25/1.00 vMB 48
279,851 279,851 00000000000000004d75d80f6a56152f3a47d90fa95963873b54c227a5f2575e 91 0.10/1.00 vMB 6
279,850 279,850 0000000000000000db5a91e62472f140a1b3e15487d400f4d017617669df4e98 21 0.04/1.00 vMB 7
279,849 279,849 000000000000000238cf227fbad8c32bf1a414ec5202f7f82b68ecf0a3ab4dd9 53 0.10/1.00 vMB 4
279,848 279,848 00000000000000000bf14ea5fc7e5217e29e75991addd882375590bff3881b9f 494 0.22/1.00 vMB 40
279,847 279,847 0000000000000002f559128dde5b927da183f512be5ddba51ce35380da28a87b 109 0.17/1.00 vMB 14
279,846 279,846 0000000000000002b8b84978b873c065c067d45981061dd0b232cbe921ee9d5e 633 0.25/1.00 vMB 53
279,845 279,845 00000000000000009797e519ce7249d30dcbaff478b2428d5de30976bcfc85d7 52 0.04/1.00 vMB 20
279,844 279,844 0000000000000000ee360e8986f77b7122ebfff30a5c19278826f0cb516d5533 213 0.11/1.00 vMB 83
279,843 279,843 000000000000000113b52f31dcb1ce89fcd51c966f88ad26b1c0b5235ae5146a 82 0.04/1.00 vMB 33
279,842 279,842 0000000000000002b55d001181b16b95e880b082851fc3337983e104a14d4511 359 0.19/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.34 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: 660.92 GB
    • Received: 14.78 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.