Loading Tool

Explorer IconExplorer

Memory Pool

26,015 transactions
11.47 vMB
0.08887727 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.15/200 MB

Candidate Block

Mining Attempt b47fb9c09e9faa9c8c3bed23c11e689689889b976a23c1a4cb7b699b40926b61
Version 20000000
Previous Block 0000000000000000000019007a617bca8f44fd0c41ccdf3831817d194cd0e466
Merkle Root 5339f85fc93757eb6195e306eda906ac5bf04f523caacf33d2d78923b9b09f2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,337
Size: 0.9979325 1.00/1.00 vMB
Total Fees: 0.06957340 BTC
Feerates: 101.66 > 6.97 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,588 (655,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
258,001 258,001 000000000000001b86532884bb74b3d170f05aa29367aebff48e139d561e2c35 40 0.02/1.00 vMB 125
258,000 258,000 00000000000000159f682a983465761f471dd24300746efe8db5642411f1b631 186 0.10/1.00 vMB 94
257,999 257,999 000000000000000f60af4bdb64947522f0adb2b8d0d47339d3d2bb456cfa6ae8 290 0.16/1.00 vMB 91
257,998 257,998 000000000000001953b0078dd387785a8d1732c4c98479ccd23000c8f13e162c 189 0.08/1.00 vMB 125
257,997 257,997 000000000000001b5de87f6f2eca7a8b9269a3c6fef81d3a3f9cb75f51fa6464 114 0.07/1.00 vMB 64
257,996 257,996 000000000000000f776f650f2750a1e24eae9b269708c9bdd67bfda9d166a7e2 302 0.12/1.00 vMB 117
257,995 257,995 000000000000000920a99f74180cb10f7e677afaa94f7b3790c2f24935990499 365 0.14/1.00 vMB 116
257,994 257,994 00000000000000288271a5e4b0e1c1b1262c8785902562f90b60e0a1da597758 34 0.02/1.00 vMB 79
257,993 257,993 0000000000000026733f9d1b4f3243048bbacb8d8b6e3818a25de07648dc23bb 126 0.05/1.00 vMB 84
257,992 257,992 000000000000000713c38cf03189aef6a6d31ae0e8c8127c810117a9184fea62 356 0.16/1.00 vMB 110
257,991 257,991 000000000000002a37d50d0f4957f6f422de28584b0b414ff4152ee6884acd78 110 0.07/1.00 vMB 72
257,990 257,990 0000000000000012ac56906a609ec2cb145dbb0881957e99dd4c6dc3466c172e 118 0.05/1.00 vMB 99
257,989 257,989 0000000000000013560f9f1f328ad98b5030bd81f4d2c52d7a1dccda075c1e07 239 0.11/1.00 vMB 99
257,988 257,988 000000000000001b2f3e0761207a2de19f5817aef0d9da8784dd961ec680e8f6 345 0.14/1.00 vMB 105
257,987 257,987 00000000000000250ac41678ca8880900bce9cff68ee04775fdee9b282c55350 179 0.09/1.00 vMB 96
257,986 257,986 000000000000001ecc7c69578f289c929decdd9ec07147d6902cd49efb95f3a0 16 0.01/1.00 vMB 83
257,985 257,985 00000000000000312174b5d483055e402140324d428ad17501e7c68e99472a38 200 0.09/1.00 vMB 95
257,984 257,984 000000000000000d4a5264b1fd9eea54e8a9695a148f9e3ac210fb5a2eda0cc8 64 0.03/1.00 vMB 71
257,983 257,983 000000000000002c2edb564089a24f8fc710febe4d7b48c0252090abcf3526d2 406 0.16/1.00 vMB 112
257,982 257,982 0000000000000007b9ca211b758ea3ac435135c04268bd94cc5e2f372fb4fc7e 397 0.16/1.00 vMB 148
257,981 257,981 0000000000000013bc38e7392bcebae45014ed5b6ef01bea3c6812eeb24aaada 461 0.20/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 779.89 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 454.43 GB
    • Received: 2.55 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.