Loading Tool

Explorer IconExplorer

Memory Pool

15,448 transactions
6.26 vMB
0.00949257 BTC
Random Selection Loading Transactions
Max Size: 39.60/200 MB

Candidate Block

Mining Attempt 0302a0b79c4a6eb72fbcec0e7658f249d2717bcfe43efefc8c40b81d1dee6000
Version 20000000
Previous Block 00000000000000000001a63c1afb4c524ad970fa85391b8a53557d9ad6c17cc3
Merkle Root 40830275b8af7e5de54e3fe9025e3d481b182af523c414ee78df146edec330b7
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 4,553
Size: 1.00 vMB
Total Fees: 0.00377317 BTC
Feerates: 75.00 > 0.38 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,258 (83 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,175 938,175 00000000000000000000771fe2272c9d312d65e56f035b71fcbae989e634a45b 1,160 0.35/1.00 vMB 2
938,174 938,174 00000000000000000001bb1c3ae56e074d1eb01fa286e87c94a6827d2a9d576a 3,659 1.00/1.00 vMB 0
938,173 938,173 0000000000000000000092c7b83d711fe749a1a7c1c30f027ca1de7a90a07289 3,602 1.00/1.00 vMB 2
938,172 938,172 000000000000000000004d7f5b6ba77c074562d35b8b5d1ef2e9c35eb6512fe5 1,700 0.67/1.00 vMB 2
938,171 938,171 000000000000000000000c7ac27e20f25413e8a5a3729a63f20312a514925351 836 0.28/1.00 vMB 3
938,170 938,170 00000000000000000000be64705ce02aeaf12b96c79aba2d93ce012bf895641d 2,790 1.00/1.00 vMB 1
938,169 938,169 00000000000000000001e4ac6c7b7afc177cac2b5d32d3cafcd18fdfa22dd98a 3,890 1.00/1.00 vMB 1
938,168 938,168 000000000000000000011fe8fc8cae78ff4c2eb595800cbf6b6335abe77672a5 3,365 1.00/1.00 vMB 3
938,167 938,167 000000000000000000009d689b51deff726923888433b44ce7425f817218ac53 3,603 1.00/1.00 vMB 1
938,166 938,166 000000000000000000006ddc128788b00171d12e19900949cbafb6c010d8f787 4,155 1.00/1.00 vMB 4
938,165 938,165 000000000000000000002c7076b935098ea9451b888ff912d7c2f00729888118 3,145 1.00/1.00 vMB 3
938,164 938,164 000000000000000000009c4238e3ef03d51423d4c1b249548c25adb2e8f004a6 3,152 1.00/1.00 vMB 3
938,163 938,163 0000000000000000000042c40452ff02176f08220a1e26727e95d2ee6fe7ed6f 4,145 1.00/1.00 vMB 0
938,162 938,162 00000000000000000000a849d87eaa51db86f28d3b2feffd66486e38283fdee7 3,845 1.00/1.00 vMB 2
938,161 938,161 00000000000000000001238b15195c802893078519cc3eff34eddc2632930415 4,247 1.00/1.00 vMB 1
938,160 938,160 000000000000000000000caafc4824054257dc4b32a733d5bb56e1724437a331 3,315 1.00/1.00 vMB 2
938,159 938,159 00000000000000000000889160cfe8b3d6fb3d3f1bfdf45896b50b65efc37bf4 4,470 1.00/1.00 vMB 0
938,158 938,158 000000000000000000018317650438f7d3eb0b573206776db7e37341e666979d 3,102 0.90/1.00 vMB 3
938,157 938,157 00000000000000000000c5f76a737f80376e796fd4a7c8d7065dae6b39a18d1e 3,783 1.00/1.00 vMB 2
938,156 938,156 00000000000000000000e7447f7fbdc2d0bbcad9afad019ba276c69f78fd736f 3,428 1.00/1.00 vMB 2
938,155 938,155 00000000000000000001891b665a627db25f0dcc2450ecaec9481d8bcc5cf1c6 3,794 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 823.59 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: 4,089.36 GB
    • Received: 224.54 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.