Loading Tool

Explorer IconExplorer

Memory Pool

41,205 transactions
28.48 vMB
0.07508399 BTC
Random Selection Loading Transactions
Max Size: 145.38/200 MB

Candidate Block

Mining Attempt 7b8dcd7f9b1c53a579d30b82ee1a8e5f03a7eb3c27c8ec24e794b428c408dd6b
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 2f9b947ba4c52a92f74b1a50dad7e15c988b22e6dd67475dd7b48055fcb7da88
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,102
Size: 1.00 vMB
Total Fees: 0.02000536 BTC
Feerates: 88.27 > 2.00 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (530,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
384,197 384,197 0000000000000000047b34ff75ee67f7c64387c14385c14fb4e7848bbe8cd996 132 0.25/1.00 vMB 6
384,196 384,196 000000000000000004db8274a3ba2d519bb2f1ed147920f21c4ad6225288162a 487 0.65/1.00 vMB 16
384,195 384,195 0000000000000000085967ac444979d04a37fc2b9995e8c0cc4c4dcdf8c4ff5c 284 0.23/1.00 vMB 22
384,194 384,194 00000000000000000ee365788270276bfaf8b81c12164cff8a272f34f77eda3d 2 0.00/1.00 vMB 0
384,193 384,193 0000000000000000024f66d9d6ebe9eac5720ce61b4df9d5e195117c16d27f00 1,190 1.00/1.00 vMB 20
384,192 384,192 000000000000000002f818014686f113d218a5033e6d611ae8eb81806825b08e 1,802 0.95/1.00 vMB 29
384,191 384,191 0000000000000000070febdd2128146f4580fb5bff2c5ced9c073243846d8390 2,600 0.99/1.00 vMB 40
384,190 384,190 00000000000000000983ccff319763059f050187da63eb9ed525b998a866c0da 1 0.00/1.00 vMB 0
384,189 384,189 00000000000000000ad4cd15bbeaf6cb4583c93e13e311f9774194aadea87386 564 0.34/1.00 vMB 27
384,188 384,188 00000000000000000488eecd93d6f3767b1ba38668200a6a5349af2e0d4fad3f 1,356 1.00/1.00 vMB 24
384,187 384,187 00000000000000000a23cc36b94151b8ebf3a4e80b730426def64383fa2490f9 1,932 0.75/1.00 vMB 42
384,186 384,186 000000000000000005c2691358c4acae01f659e4271d3fad5a345cf6e9c2599b 1,881 1.00/1.00 vMB 39
384,185 384,185 000000000000000005457a285026215f86b1c0d4c84177d9d5b6274df568e75a 566 0.25/1.00 vMB 36
384,184 384,184 00000000000000000b1d819a16daaa9181a051083ba317a392d253d14a9e1a7d 338 0.75/1.00 vMB 4
384,183 384,183 00000000000000000b599d3b2ab40293d1be663f3a9a23cd5cf446797343f7f6 870 0.79/1.00 vMB 20
384,182 384,182 00000000000000000007c32288e136dc2459f678a1269a70ec0a41a8688c0d36 1,127 0.75/1.00 vMB 29
384,181 384,181 00000000000000000ffd4bd1d9bb549e3afc5be7ff0eb65fea8895c0440952a2 1,506 0.85/1.00 vMB 27
384,180 384,180 00000000000000000f938a576c2b6b7ebdff4b0d8febf6f1417b94938a03f2f0 1,622 0.52/1.00 vMB 46
384,179 384,179 0000000000000000015fdb9cf23b82e38a482fb6566dbe014e08624c94931603 1,406 0.60/1.00 vMB 35
384,178 384,178 000000000000000001c91858b43f186024052a8bef63bd3f89da2a95f1dc0395 131 0.11/1.00 vMB 15
384,177 384,177 00000000000000000337978461959fa6dcf5a8c498a8603b310b6514f4ab39cc 322 0.39/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.73 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: 630.33 GB
    • Received: 12.01 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.