Loading Tool

Explorer IconExplorer

Memory Pool

79,304 transactions
29.26 vMB
0.10468504 BTC
Random Selection Loading Transactions
Max Size: 177.43/200 MB

Candidate Block

Mining Attempt 15196424a34a80bcaefd438d1ec2c7c48b546807c86b686a8407310b983f4f9a
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root 1bab011ba635376a388f58fd63d3b7a0de4b65d4f1f59530dd122efa120e82bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,730
Size: 1.00 vMB
Total Fees: 0.04324197 BTC
Feerates: 137.15 > 4.33 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (280,917 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
634,196 634,196 0000000000000000000e8d5212f866d66e68ee84f7aca9355318eaa1e92cb330 2,526 1.00/1.00 vMB 7
634,195 634,195 0000000000000000000511b12943b53a40d10cb006c3610defcf43f8e570ab5c 2,877 1.00/1.00 vMB 37
634,194 634,194 0000000000000000000a60bf409251ed7565bc88d56ee7a100fe899c7c304f02 1,939 1.00/1.00 vMB 22
634,193 634,193 00000000000000000002728d44f012b6c026016d5090357f22aaa99823a50885 2,556 1.00/1.00 vMB 41
634,192 634,192 0000000000000000000b60012be73a028fa7a138907d22bc82eb0a71c6ca7531 2,734 1.00/1.00 vMB 27
634,191 634,191 00000000000000000003ba17187c11f013e765a8bcdfd92c846d8b4b1c9db76e 2,734 1.00/1.00 vMB 20
634,190 634,190 0000000000000000000135f0c8872d216931cff0a045510ba5e3b4a072ea1fcd 2,726 1.00/1.00 vMB 29
634,189 634,189 00000000000000000001fc78ca57544dde492ad2a880fec46f4b7f1a7279770e 2,612 1.00/1.00 vMB 11
634,188 634,188 0000000000000000000734d8be72b99a658ee962a5d661f01aa11bd5603ba176 2,383 1.00/1.00 vMB 26
634,187 634,187 0000000000000000000405709332e28976b1ab9cbfec6cabd9d7fd5d10a4c2fe 2,644 1.00/1.00 vMB 42
634,186 634,186 00000000000000000005c8ac5ccc3593331f46377137a94f67ee5c6e139d7f4f 3,020 1.00/1.00 vMB 38
634,185 634,185 00000000000000000010b625c29340748c7d34a1073384fcfdf274098b5f6cb4 1,957 1.00/1.00 vMB 11
634,184 634,184 00000000000000000012b5838c2e94c3868e1ec20be7f0a4dd74c7e73f6ab79f 2,482 1.00/1.00 vMB 27
634,183 634,183 0000000000000000000bf42f38a3609bf85a5c34091f0e784da4be9adfde546b 2,062 1.00/1.00 vMB 27
634,182 634,182 00000000000000000003cb43502a9d2d24f7ac947b93f0d2a79cf62eb3515fa9 2,869 1.00/1.00 vMB 40
634,181 634,181 00000000000000000011220a316582356fedbe4f888061567bc51127e80fb255 2,630 1.00/1.00 vMB 17
634,180 634,180 0000000000000000000c316feccb1925b514cd97cef7427367f702cb8ac2183a 1 0.00/1.00 vMB 0
634,179 634,179 0000000000000000000eca2284cd7cb27c2519a49434a3e9fccee9c0f0968d99 2,214 1.00/1.00 vMB 27
634,178 634,178 00000000000000000009fd3af3516b5322664efbce5817ca1138a1473a512206 2,945 1.00/1.00 vMB 50
634,177 634,177 0000000000000000000f923b2875fa494f1a51a07cc65e6a8811377c122efde0 2,716 1.00/1.00 vMB 19
634,176 634,176 0000000000000000000ecc78fa86877ef8e05a0008e72f8d6f576c47ecf681d1 2,674 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.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: 671.42 GB
    • Received: 15.93 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.