Loading Tool

Explorer IconExplorer

Memory Pool

79,406 transactions
29.98 vMB
0.07856267 BTC
Random Selection Loading Transactions
Max Size: 183.21/200 MB

Candidate Block

Mining Attempt 23e658172d9a091f7cbee7c3bbcf19aa9a147bc13b5be23511c995016271beaa
Version 20000000
Previous Block 0000000000000000000132aebc62a7fb5d713e95e3d3a19852c83d9376df43c7
Merkle Root 8f2f9dd2098862a7189d2694c3b90db02ec2e086a2d9205e3b554592772a0d45
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,628
Size: 1.00 vMB
Total Fees: 0.01208318 BTC
Feerates: 200.00 > 1.21 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,374 (549,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
365,920 365,920 00000000000000000b198b6a8dab5def87cdf7527320b2ca0014b51169a29aad 2,271 0.95/1.00 vMB 14
365,919 365,919 000000000000000005077fe2548fd2aef808ebd81e93ea60b44bde01be11856c 407 0.25/1.00 vMB 29
365,918 365,918 00000000000000001324010c8c8ed05fd4c0a4afebdbc13f6f8671c966893536 743 0.30/1.00 vMB 41
365,917 365,917 00000000000000000dbadc3f8bc77cdd34b9cb48cba8c3bef3275d0fdd614fbb 1,951 0.95/1.00 vMB 15
365,916 365,916 00000000000000000af1f4872d19ad63330e6bd9a42939752f35143037033406 421 0.25/1.00 vMB 31
365,915 365,915 000000000000000010dc004b2dfb350a83f98e6d3d97590e4ef17ab4524d22e3 1,912 0.93/1.00 vMB 27
365,914 365,914 00000000000000000628d13d7c25d7e6d2585a3f2d7f26bb365ba203d5b490c2 1,213 0.95/1.00 vMB 10
365,913 365,913 00000000000000000550be834d1e008189d28cfeeca712596d8f2893cddb30a8 413 0.93/1.00 vMB 5
365,912 365,912 000000000000000007c984bdf7d70b0fc5ce78e0780ddaf73bc7441ba4731af4 1,460 0.75/1.00 vMB 28
365,911 365,911 0000000000000000101a923a660cd8e1073e99318a5be534c57d936c05f2e8b9 2,058 1.00/1.00 vMB 14
365,910 365,910 00000000000000000e222caad3cc6446059d716ea243f27cda85b80cd0f99a65 1,723 0.93/1.00 vMB 3
365,909 365,909 000000000000000004771c0be3ca0d197acaca4b4e97cec023b82ae7458901f7 1,779 0.93/1.00 vMB 34
365,908 365,908 00000000000000000d48621d0d8bb867cb4e876f0c6426f65b22f7fb6d1436b6 512 0.26/1.00 vMB 33
365,907 365,907 00000000000000000404cf3903f06d4a8609aba58485e7686e09c96a007c59f4 625 0.26/1.00 vMB 42
365,906 365,906 00000000000000001547595289a70ad62f46f971af66e7097503f4d3dfa77e47 1,642 0.77/1.00 vMB 41
365,905 365,905 000000000000000002e273e76de5a1fe90ce2ef8e69f0aff7dc3452bcf7e6c36 1,365 0.68/1.00 vMB 43
365,904 365,904 000000000000000002d564e0f0463b68582369efa72914f333a7c8e6c904c8f2 868 0.95/1.00 vMB 15
365,903 365,903 000000000000000009d9f669addbbe8b9b59552b09996f5bf17d6807ee57de11 1,462 0.64/1.00 vMB 45
365,902 365,902 000000000000000011338124e15c54f4031e7a593f2d2e819c4653bb152d5033 251 0.75/1.00 vMB 4
365,901 365,901 000000000000000014be1a3722bb662a629d3fd2164837f99a9840c5a2e6af1e 1,130 0.58/1.00 vMB 41
365,900 365,900 0000000000000000103e5e44d221599032ba9ad67b604ae06de096da518f61e2 1,338 0.92/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 783.04 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: 719.68 GB
    • Received: 18.13 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.