Loading Tool

Explorer IconExplorer

Memory Pool

31,872 transactions
12.43 vMB
0.04749292 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 72.03/200 MB

Candidate Block

Mining Attempt 2ce88dc076e4ceb8ea3e5cdee9a5f9c8daa49257950a1cd714bd4aabb8771c36
Version 20000000
Previous Block 00000000000000000000c77be48452bb25f0dd2b745c8e738aabebe40d3c9e3f
Merkle Root e75b1dda808d22bd48b70402f6b5932bcd9d3f6eaaa9688bd3f4ca4bc68c1fe0
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,209
Size: 1.00 vMB
Total Fees: 0.02465919 BTC
Median Feerate: 2.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,511 (724,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
189,254 189,254 00000000000004f1eee2efcde75e7b9dc4b63a43c7666dd471f5d2c8bdadd9ac 214 0.11 vMB 144
189,253 189,253 0000000000000759d8259a18e594fff1c35ffb9d3db2ed6d22b841e9c8c0f40d 32 0.01 vMB 1
189,252 189,252 000000000000010b85e1650b8c81e802edca499c5a1b02719c025f75a058969f 640 0.24 vMB 152
189,251 189,251 000000000000076c0287009852434bf9c1d277e74f5a6c7442efed54f1a15cfb 256 0.11 vMB 345
189,250 189,250 000000000000081ef2ee482a1e9ca64601739d6d10fa5063c45a0171f418b30a 48 0.02 vMB 74
189,249 189,249 0000000000000667c94404cbd2d08be1670902d70124e98ce0fc26fafe3cc54e 526 0.25 vMB 138
189,248 189,248 00000000000002b7b111e64a7bc79d7c4c3018ffa607aec5c068f8f630f2c5d4 149 0.05 vMB 195
189,247 189,247 00000000000003938a782fd3c01d7a02448a9580defe0ebdbe0898c8b7b69da0 7 0.00 vMB 14
189,246 189,246 00000000000005ea0ca43b3af99ed92263ee533f1275439a79fa3340d7cccfaa 190 0.06 vMB 102
189,245 189,245 0000000000000392fa11c39a2102a91509b426f26a01c36165d9d7c3ada49fd0 149 0.05 vMB 123
189,244 189,244 00000000000004be36e76c8b065ccb0d391701bf1f22b5b558aa28260c9da2fd 43 0.02 vMB 121
189,243 189,243 000000000000036b2a5d2ed9d6a6aaa0e366246c9ffd0e662375af888c0f1ffc 24 0.01 vMB 112
189,242 189,242 000000000000068f371685e854113ee4766e8a0e4f2d623537d63a66d01728a9 18 0.01 vMB 88
189,241 189,241 000000000000029e55142fd8a854fecc28ee67668440ef2f0981b6823247f7a7 13 0.00 vMB 35
189,240 189,240 000000000000008acfd9e228a003699ff23e445ed97941c18da78c1b23068098 102 0.05 vMB 1,054
189,239 189,239 0000000000000546a9bd7d29ed6e6cbe388ff397e5c9fb995e3d8651c83387b7 128 0.06 vMB 166
189,238 189,238 0000000000000105da9d8e34e4d0088020f4d417b97f56ac3e6bbd756fc2ee2c 186 0.10 vMB 116
189,237 189,237 000000000000081401eff0d4e8143d4c36fd05e0aad16468d07f6438a54cbbc4 48 0.01 vMB 249
189,236 189,236 00000000000003a5df317afdb79fa0b5aff6c39423b88df3401c3e73ed3dabd1 220 0.11 vMB 98
189,235 189,235 000000000000084b785420bc26b33932f3611ff2251257fbbe2a24040c3533d5 37 0.01 vMB 54
189,234 189,234 00000000000000aa6d2b90e0bcbe2bee9bc22baff8cc05953f6cf45f7576c9f5 435 0.18 vMB 130
Previous 10 blocks ↓
Total Size: 779.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 383.13 GB
    • Received: 1.95 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.