Loading Tool

Explorer IconExplorer

Memory Pool

87,145 transactions
32.07 vMB
0.11631620 BTC
Random Selection Loading Transactions
Max Size: 196.06/200 MB

Candidate Block

Mining Attempt 94838a81c40ffc999844a39f0ee11b97104f72a3709b58a0e50f60eaa215cfcd
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root f792941c165a3329aa50eb903c6eb77a756c3a1992d5a00afd135e141af9e60b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,477
Size: 1.00 vMB
Total Fees: 0.03223635 BTC
Feerates: 1,236.26 > 3.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (627,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
288,136 288,136 0000000000000000cd9d1de3610330e9ea27748e4bc399e43d7ea118ae7f5369 894 0.50/1.00 vMB 41
288,135 288,135 0000000000000000fff2604f9110d1af25e302ae2c3bdd8fe4be10dc37c788ac 803 0.25/1.00 vMB 56
288,134 288,134 000000000000000012e566f56e3c5c3d56b36def929dd4ccb2d846a16fde2ad5 149 0.06/1.00 vMB 102
288,133 288,133 000000000000000148e1c646a01ad39956185924cb37334652dcfa541e531409 251 0.13/1.00 vMB 34
288,132 288,132 0000000000000001071562d0ea7fdb510eb5db83549130642035086470b743ba 494 0.25/1.00 vMB 37
288,131 288,131 000000000000000123f918f146d6e0891713cbd5625662ffd5bbe27c3edd2c9e 377 0.30/1.00 vMB 26
288,130 288,130 0000000000000000028efdae5894eb5c5a7eff26a2b85749fc40c5ff9517ffa5 823 0.35/1.00 vMB 44
288,129 288,129 00000000000000010de7109765d63d1286eb1a51dfe451712aa3dfd5cde3516b 759 0.25/1.00 vMB 49
288,128 288,128 00000000000000011ae0caf733cb0521f5aa5a711a926081a2429f36b9da3572 26 0.03/1.00 vMB 8
288,127 288,127 00000000000000007604b780cfac866d945c8ca06784fdb9bc84af7ad79f212d 337 0.16/1.00 vMB 38
288,126 288,126 0000000000000000b091102c79c1e39663d2fa4f14ae0f03bd2633896506583f 271 0.10/1.00 vMB 37
288,125 288,125 000000000000000018520d133b398de21060537aad1966b72f6800119f0766c3 368 0.17/1.00 vMB 36
288,124 288,124 0000000000000000064b0cde7193324334ff937325f81497263e3b92580ec015 635 0.47/1.00 vMB 27
288,123 288,123 000000000000000092b451615da92dac3b3fa31b82ec91025eb91661279dab8e 1,033 0.35/1.00 vMB 47
288,122 288,122 0000000000000000cfebb253ba336c10731efec7bee9ea1d8021c6e52b110d61 115 0.06/1.00 vMB 75
288,121 288,121 0000000000000000ad2a2c5418e032051eece0fa4ff7b9b28036587538128826 133 0.08/1.00 vMB 30
288,120 288,120 00000000000000013eb3edcb0274834b867123834f5812acd1f2207571148267 168 0.10/1.00 vMB 30
288,119 288,119 000000000000000005f0805fe33ed456e671803f3282099cfad0ed46aa2fefab 231 0.14/1.00 vMB 34
288,118 288,118 00000000000000003763fc5328d504848ec2978816e3e6c8e2002a07dc8cd321 437 0.33/1.00 vMB 22
288,117 288,117 00000000000000009edb661b16236ebf9d7a1d335bd4b5312b438818e7d1849c 976 0.35/1.00 vMB 54
288,116 288,116 0000000000000000bc029b0df7d994f95f76d2d5e8bb4436a66899e143ff853c 158 0.06/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.