Loading Tool

Explorer IconExplorer

Memory Pool

80,177 transactions
30.45 vMB
0.08940273 BTC
Random Selection Loading Transactions
Max Size: 185.09/200 MB

Candidate Block

Mining Attempt 59e01141f15d660ce49200cfaeade75b4d4089a96c8b2e6f672f1e7946458d7e
Version 20000000
Previous Block 00000000000000000001b18527090b50466f4d831af0ce90acc09da8967d8af7
Merkle Root 6f41d5b0da883168bcf55c80ae1da3356e3667d71017dbe81800d0f6b2024c3b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,992
Size: 1.00 vMB
Total Fees: 0.02052957 BTC
Feerates: 203.60 > 2.06 > 0.91 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,395 (386,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
528,899 528,899 0000000000000000000816042e87133b986c9087e48677c1ee4803d442783c4b 1,350 0.51/1.00 vMB 40
528,898 528,898 0000000000000000001955aec280e6803720da428144b9bcd8adaea039a83f0b 158 0.06/1.00 vMB 35
528,897 528,897 0000000000000000002ca34d4f186cf28c925e8c50ff0e7918381afbd22bb176 118 0.04/1.00 vMB 55
528,896 528,896 000000000000000000214ecb673ff9684881371f1e2560bfc9ce42122741852f 985 0.56/1.00 vMB 49
528,895 528,895 0000000000000000000d77c820bb47a72098a5cfa0f674e48820bd5d28ec9371 64 0.02/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 783.07 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: 720.95 GB
    • Received: 18.33 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.