Loading Tool

Explorer IconExplorer

Memory Pool

77,874 transactions
29.41 vMB
0.10358740 BTC
Random Selection Loading Transactions
Max Size: 177.16/200 MB

Candidate Block

Mining Attempt cecd15c1265768956985948ede5e4264c2c7104c3702f489cc88eb306e7b4804
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root abab49f73c3860b4d8a668ed492a803e01a4b2b736991fa78cefe6c1e649ef43
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,200
Size: 1.00 vMB
Total Fees: 0.02825450 BTC
Feerates: 151.12 > 2.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (386,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
528,920 528,920 0000000000000000002a4f38ba94edaf3d7eae3a7b44ed58d05b1998c403989c 432 0.26/1.00 vMB 57
528,919 528,919 00000000000000000020f6658d7c4f3e7d186499058902f8ab98b0b439feebee 459 0.23/1.00 vMB 25
528,918 528,918 000000000000000000312a238a33e0622abe4fb9a76486a179ebf346aa4392a0 670 0.22/1.00 vMB 36
528,917 528,917 000000000000000000322126567ed1de4790aa2d430b798149087aefc5313f17 511 0.17/1.00 vMB 37
528,916 528,916 0000000000000000000243bebb5c12c643021a8fe6c2b720abfde2bbe1668931 368 0.15/1.00 vMB 34
528,915 528,915 00000000000000000008bfe977da0ea766de4c18135a46808cd731b6a04fffc2 553 0.32/1.00 vMB 33
528,914 528,914 0000000000000000002ffcd3cea037aa0d1c2a97b9368b23a8f1c97648701510 286 0.08/1.00 vMB 32
528,913 528,913 000000000000000000164520a56a6a83628ed1b54552558d8c715706de2fdac7 1,038 0.43/1.00 vMB 60
528,912 528,912 00000000000000000006f977d60be1fb3dbec387046cd479f3c8d8f50735bbde 512 0.24/1.00 vMB 87
528,911 528,911 0000000000000000000ba93a0933f5736bc64e4cffe4ede815233d174cdf9a2e 204 0.12/1.00 vMB 137
528,910 528,910 00000000000000000001224555f48f98159015ae912c3f92f978b453bb05b789 97 0.07/1.00 vMB 267
528,909 528,909 0000000000000000001456606f245cf5cebc728344790cad1c4ab3cf35ba8941 528 0.28/1.00 vMB 86
528,908 528,908 00000000000000000009e7d1242a6104758e5ab207a1069c926bf6774b95d804 164 0.06/1.00 vMB 37
528,907 528,907 000000000000000000148f7880aaf54b4b2816d8b4a0f68776014bbc42ca5a6f 1,659 0.66/1.00 vMB 30
528,906 528,906 0000000000000000002457e7de24a837d9d21aae9b61db7d656f4a1f90607136 91 0.03/1.00 vMB 48
528,905 528,905 0000000000000000001fdba12ec450dc71ecfffc63cee834e0f5f98336f2faa4 873 0.34/1.00 vMB 37
528,904 528,904 0000000000000000002b1817973a74c307f3aedb62111a345e29aa424bc17177 588 0.31/1.00 vMB 66
528,903 528,903 0000000000000000000c2239e95f2c69515c44f511165ff2c8f992e2f3996503 122 0.05/1.00 vMB 20
528,902 528,902 000000000000000000204a436816c4985aa7ad6f5ac1ff314278fc648190352e 864 0.41/1.00 vMB 32
528,901 528,901 0000000000000000000d8c98dda9457f248d0b3911942c53250f2a036248a880 656 0.24/1.00 vMB 72
528,900 528,900 0000000000000000000cb137b5c8774fe156d08627a23e0bd1e119815571688c 322 0.12/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.