Loading Tool

Explorer IconExplorer

Memory Pool

78,309 transactions
28.72 vMB
0.10554099 BTC
Random Selection Loading Transactions
Max Size: 174.69/200 MB

Candidate Block

Mining Attempt aa1c3d95e02c3d7371e461d10f556829be77ca9cf1ea5b7e3e555e42a6e27f04
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 52cae0eb0dc7c32c999a031423604543b4f78484d02513f36784f82cc61656db
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,929
Size: 1.00 vMB
Total Fees: 0.03763219 BTC
Feerates: 602.26 > 3.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (199,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
715,893 715,893 0000000000000000000152775773ad5eb30081f909b41342244fc64019230b73 116 0.03/1.00 vMB 9
715,892 715,892 000000000000000000097d505b6b4e29ee6b3dff6f9b3bdc785607e3420e40c4 1,212 0.53/1.00 vMB 7
715,891 715,891 0000000000000000000413598a94fafbf3964549a8cc3c9a9ad004f889aff637 758 1.00/1.00 vMB 4
715,890 715,890 0000000000000000000b57cf252ee4bd343ab6fee3e8ae019504537e90112a9f 1,992 1.00/1.00 vMB 9
715,889 715,889 00000000000000000009a87e7549169bd2d244fcca5cb03604aa98e17cb06e58 362 0.10/1.00 vMB 10
715,888 715,888 0000000000000000000a19ee7ac5e374f6c98d2fdb832cda6493620d0430fd3f 1,667 0.60/1.00 vMB 9
715,887 715,887 000000000000000000028c64c18c0420261f04fd0978775fdd07da22d6c7c1e6 2,269 0.75/1.00 vMB 8
715,886 715,886 00000000000000000001b97637f13d5dc85883e7bda5f2965f18a02b84be1f86 2,171 0.82/1.00 vMB 8
715,885 715,885 00000000000000000000f751a1813904c3a2a6a82b5dfe7b635372f1e4ba171a 272 0.12/1.00 vMB 41
715,884 715,884 000000000000000000020aedbe85599bea91aea931551fce1f3be431924a85e1 1,961 0.75/1.00 vMB 9
715,883 715,883 0000000000000000000aea35fe75576143cac6ce9d40df4e49c66252a5bd68e7 1,744 0.74/1.00 vMB 10
715,882 715,882 00000000000000000001231a42bfe1ec3c8afef4d7ac6c614a1f6baf6cc7743b 1,058 0.76/1.00 vMB 1
715,881 715,881 00000000000000000004b68ea302e0f551661ae9e3281c18ef3196d232700449 2,961 1.00/1.00 vMB 3
715,880 715,880 00000000000000000003c978d2d2bd266631ab8b023849cfdb8f07bcdb7d46a1 3,102 1.00/1.00 vMB 5
715,879 715,879 00000000000000000004c41c56659a52534d00f1344722a3cc6f15b128e4e65e 1,610 1.00/1.00 vMB 8
715,878 715,878 000000000000000000031af0819994595d10bed0375fc257fcaf71ef4e764b19 1,417 1.00/1.00 vMB 5
715,877 715,877 00000000000000000004fa29f4d429b6f234fc30106d072d44f0aa2192cf5586 2,851 1.00/1.00 vMB 5
715,876 715,876 00000000000000000000498256acd275ebe23b22a9357e75ce454e4d308b40c1 2,604 1.00/1.00 vMB 28
715,875 715,875 0000000000000000000b42f66ff65287d21e3cb9fbb3b971bb3e511d45335f16 2,773 1.00/1.00 vMB 14
715,874 715,874 0000000000000000000a61f9514430cd9d9b4bcef6c72d8d2f5fb52c8b3d1ff4 2,895 1.00/1.00 vMB 12
715,873 715,873 00000000000000000003c74cb7b7b2845e92db390cb1b7e6e4bb46d551023350 950 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.92 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: 714.39 GB
    • Received: 17.53 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.