Loading Tool

Explorer IconExplorer

Memory Pool

72,527 transactions
27.31 vMB
0.09390793 BTC
Random Selection Loading Transactions
Max Size: 164.77/200 MB

Candidate Block

Mining Attempt d0a19e7e87e4718c1ae3d0688dd2d6a20125191179293b9394de4627efbf1c8e
Version 20000000
Previous Block 00000000000000000001e799617490d06c31f59602afc555a6b2d132016657e4
Merkle Root 308cdcc0a57b42cc1e4da59d8b5308dbb44ea4cfac08db29c5b5e2d2cbabb0a2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,614
Size: 1.00 vMB
Total Fees: 0.03508049 BTC
Feerates: 445.47 > 3.52 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,456 (674,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
240,885 240,885 000000000000002566d5e05c68c3f2f5a17ce466543fef2e7964a810ef20374b 360 0.16/1.00 vMB 226
240,884 240,884 00000000000000dfb71dd0c2ecca0e2b1c43ea61ae8204a56bad6036beffb603 111 0.05/1.00 vMB 186
240,883 240,883 00000000000000de747c05181f9ea79c2469584089d87cc0b8b3a61441d8d1ab 54 0.03/1.00 vMB 144
240,882 240,882 00000000000000240a27f5f57cfd7eacac4ebb1dcaf7c65889585719d8c4e4a8 292 0.12/1.00 vMB 185
240,881 240,881 000000000000002f50b66f37f44c0c92e1d0d8d8edee1671bf37649a3a4ff948 203 0.09/1.00 vMB 156
240,880 240,880 00000000000000a298847d3fbddc1fdccfc27fc85fe7e7c0ecf0307f3d6d726e 248 0.10/1.00 vMB 179
240,879 240,879 00000000000001065b111962a1388c681185544dd7c7998c881519f2d05a450a 85 0.05/1.00 vMB 100
240,878 240,878 000000000000002e31591d67279efb4367adf47625b628e7015457d8fd9c5388 445 0.20/1.00 vMB 164
240,877 240,877 0000000000000072557a79ce82331778c9ca1843ea3e1a8b86cf8b9fe26ac452 186 0.10/1.00 vMB 146
240,876 240,876 0000000000000073617521b38ded7664dcbbb6e21818a2f6da633a3febb574f6 63 0.04/1.00 vMB 135
240,875 240,875 000000000000006ce0a81743b59d309d121b42c0743c3a8b53d4d2b167d6513e 373 0.20/1.00 vMB 178
240,874 240,874 000000000000008c5fb75ee23cfd7472a85b7d13c4412b087f59d48650f4f180 47 0.02/1.00 vMB 158
240,873 240,873 00000000000000bfcf050bbf625d8c3d9bbfa3ed39b7688072b51a6efca71e6b 128 0.07/1.00 vMB 107
240,872 240,872 00000000000000e9fe29d20f6179d244f802fd55b3e5de54bf80bb6b4c82dce6 562 0.25/1.00 vMB 157
240,871 240,871 00000000000000d985036405137cb303c5dcaede0e0eeb5d3c410485f9c2e120 19 0.01/1.00 vMB 188
240,870 240,870 00000000000000cafe0ff205066a340f7265d210b68aa786f9559a698d7d76d6 286 0.13/1.00 vMB 141
240,869 240,869 0000000000000009b77fdff74ec7f6d30661835ca1f744cfacb0896917585e87 544 0.23/1.00 vMB 158
240,868 240,868 000000000000000d754cb7e0adc00618674897baab5f57f29335e440b47ce4e9 149 0.07/1.00 vMB 270
240,867 240,867 000000000000010074ea33411f486553ea0047d8ef6607109b88d4af559700dc 322 0.13/1.00 vMB 183
240,866 240,866 000000000000004cff24dee26669baf7e407965b989fc51b35e11a052b1b6b85 262 0.13/1.00 vMB 135
240,865 240,865 000000000000009c4f1d5ac4fb145d1830f00836d0715001cbc622905f84b53f 531 0.21/1.00 vMB 168
Previous 10 blocks ↓
Total Size: 783.19 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: 751.91 GB
    • Received: 18.87 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.