Loading Tool

Explorer IconExplorer

Memory Pool

80,703 transactions
30.24 vMB
0.15147047 BTC
Random Selection Loading Transactions
Max Size: 182.21/200 MB

Candidate Block

Mining Attempt d9b90e75cba1fd444322f78b65ca36fbe6c00ef136c4989d3bf9c5f8ccf4ff94
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root cf04ea8cd1f900e702eaccbedbe779f71ef1e6191d3cbcefcf4ed6ce699d1a7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,937
Size: 1.00 vMB
Total Fees: 0.07786471 BTC
Feerates: 251.00 > 7.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (361,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,239 553,239 000000000000000000300ad75dfd113aba00e9b2d5364a38457e7232870e2945 2,328 1.00/1.00 vMB 6
553,238 553,238 00000000000000000016e01e07c9b1d882543e2511d61d7ea876798ea6edfd24 2,240 1.00/1.00 vMB 16
553,237 553,237 0000000000000000000d67010c4f3a809bbab5cb456922d1c1bae7b9892ac07a 2,259 1.00/1.00 vMB 25
553,236 553,236 00000000000000000025d95e9fcd24b5956fdcb008e117bab1a103229f6c3098 2,391 1.00/1.00 vMB 32
553,235 553,235 0000000000000000001e7e7231008bc718333fa49e36837d0493ab1838ba61a3 1,217 0.96/1.00 vMB 2
553,234 553,234 0000000000000000001c6be309ea239ebdc5f9ee0b3d8adfc18e176342401ee9 2,772 1.00/1.00 vMB 21
553,233 553,233 0000000000000000001a79b3c06572e8f453c12dbf30880e3460f8cc7737e888 2,697 1.00/1.00 vMB 21
553,232 553,232 00000000000000000008b93af40b7d2b16d0848a336a872e8a0cc998457ae27e 2,433 1.00/1.00 vMB 21
553,231 553,231 0000000000000000001fac8b289ca8e6c457d1c0fa008d88e0f62de1f96d3784 1,691 1.00/1.00 vMB 7
553,230 553,230 00000000000000000021805996d54ad3154e84242621512891d872422725ae81 3,213 1.00/1.00 vMB 25
553,229 553,229 00000000000000000005c7e5b11b2fa724154ce2b6a81c8b55c36ae58ed9c1be 2,416 1.00/1.00 vMB 15
553,228 553,228 0000000000000000000efd5075632eed7032576ceb214a4fc2d210168faea87f 690 0.23/1.00 vMB 17
553,227 553,227 000000000000000000022dd22d31a183c8f1b6edee4c0b7fca8e14fe36a8c432 883 0.67/1.00 vMB 5
553,226 553,226 000000000000000000015e84db2b854fd8397393c60ef3f9fb3f520e65835403 2,625 1.00/1.00 vMB 15
553,225 553,225 00000000000000000022aae5b91b74b5fa76600ebd20cf647184bc9c1b462935 2,633 1.00/1.00 vMB 12
553,224 553,224 000000000000000000210be927288fa9d93e1ef0cc5eeaca6b77d93b91bc522e 3,071 1.00/1.00 vMB 26
553,223 553,223 0000000000000000000ac67d558bd72fd51794f830b08d8d995ec7e5d8018458 1,899 0.80/1.00 vMB 17
553,222 553,222 000000000000000000289724a4ef69f74c573f6ca15ccab8d347b3f2075c6933 1,582 1.00/1.00 vMB 7
553,221 553,221 000000000000000000094a077c7f7c0f6d24ec40af077f0814d8b7bb1851fcde 2,926 1.00/1.00 vMB 13
553,220 553,220 000000000000000000159b7c8a20ae057c1dd4c05354ca6f9b492da07ae49e59 2,854 1.00/1.00 vMB 28
553,219 553,219 0000000000000000001ed405dd045f40c21f1cee35fdc857f401386d231958bd 2,137 0.96/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.62 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.03 GB
    • Received: 16.11 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.