Loading Tool

Explorer IconExplorer

Memory Pool

52,431 transactions
30.89 vMB
0.15245738 BTC
Random Selection Loading Transactions
Max Size: 165.78/200 MB

Candidate Block

Mining Attempt 5587ca1e6351b7efab40e0bde43168eaf4808f2bb7529b45106073dd2f7c6df3
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 0d4e3be7a4a54ee5ba4c2e3c0dafb915c6b53a0e8f3afe152754795a1d32bef7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,258
Size: 1.00 vMB
Total Fees: 0.06829550 BTC
Feerates: 150.75 > 6.84 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (738,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,162 176,162 0000000000000861f8db7c3714048fbe0dceefd0ae98ab36175ad64f2ff0c352 28 0.03/1.00 vMB 32
176,161 176,161 0000000000000496a20d9528471cc3b08b7244f4cc3f45ae0e8004ee94ca4d7a 125 0.06/1.00 vMB 143
176,160 176,160 0000000000000a851d4bb234764f32a013d5bfa182234d3367c22d0220e200e4 118 0.05/1.00 vMB 175
176,159 176,159 00000000000001d6bb697f3d43d3597ea46693aa605790f826999e7df602c539 45 0.02/1.00 vMB 55
176,158 176,158 000000000000004175b7853110dbd28d6a2254401f4cc235962854d919c36d57 109 0.05/1.00 vMB 39
176,157 176,157 00000000000008e4ecfe6818a0c216a1ad799fa25dea058dd4c57b2c924505af 53 0.03/1.00 vMB 235
176,156 176,156 0000000000000a3b851c5ccc4fd6be4cca746855e832dd001c2fd0ae24974058 77 0.04/1.00 vMB 69
176,155 176,155 000000000000036169b5491da3420cc9728b6a552ac9ba23d1a8fffb5d38fa5d 73 0.04/1.00 vMB 99
176,154 176,154 00000000000007a68b7de807fed07fdbcbbc39d112260ad65e4aabaa6b751fc8 75 0.03/1.00 vMB 39
176,153 176,153 00000000000001b7e053fc60afcb91493ec1fd20d015abff6819de0806758d95 80 0.04/1.00 vMB 42
176,152 176,152 000000000000083ce6ef4abf39ea4856d231182ace359e7ecddaf0c31fd39d83 9 0.00/1.00 vMB 767
176,151 176,151 0000000000000a4b0dc55a075a8fd303dc2fb9b9a90e42c02255c5659e45709b 101 0.04/1.00 vMB 222
176,150 176,150 0000000000000778e30abbfa3b4156e453e1605b7acbf83961218c7cc4da8256 94 0.04/1.00 vMB 101
176,149 176,149 00000000000007b2a037eaaefc848e0ad8f41667589f7d5a0aca3e78c8003ac0 109 0.05/1.00 vMB 122
176,148 176,148 0000000000000741839384a0f9959dbfe5f9d37cea3d3264eecd5e32b13e4d6c 47 0.02/1.00 vMB 164
176,147 176,147 00000000000003e60fe45b07f68e626611179c18b2452f5534b4fbb4bbeacf26 23 0.01/1.00 vMB 11
176,146 176,146 000000000000050a20f0e7085a10bc756ae5f26c4372496e3cf685d9c73567be 12 0.00/1.00 vMB 495
176,145 176,145 0000000000000097d1a82ef315b8f986b681d30c1b0abe25c804b216bf1f985d 3 0.00/1.00 vMB 0
176,144 176,144 00000000000002deeaa329472a73644a8acfef565888d2f9f3f419d754b67a88 39 0.02/1.00 vMB 146
176,143 176,143 0000000000000207ec890a578c3c2dc0fae5425d6d2ff09420f812a6cc95b736 4 0.00/1.00 vMB 459
176,142 176,142 00000000000003037397b3328cd463de43664ec5f7a68b32a936ac903f01d675 104 0.03/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.06 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: 651.11 GB
    • Received: 13.41 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.