Loading Tool

Explorer IconExplorer

Memory Pool

7,801 transactions
9.01 vMB
0.02058733 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.98/200 MB

Candidate Block

Mining Attempt 6fc5f4d9f8e321db2785687cde665ebe3ba61f5ae22a76fd8e80782fd747d230
Version 20000000
Previous Block 00000000000000000001ad849efcfd440503cdbd0d820b083833f4a8357963b0
Merkle Root 624cb1dd35ee8ad9eb20b00715cb67be3e1584b6534df244d566cd7b8ee5800e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,359
Size: 0.99790125 1.00 vMB
Total Fees: 0.00753354 BTC
Feerates: 602.14 > 0.75 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,822 (655,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
258,010 258,010 000000000000001b425aa98dbf7e412decc92bfbe3dbf570de5e8fc4b91cce73 252 0.09/1.00 vMB 130
258,009 258,009 00000000000000062c59ab3fbccc867c3be5043f655644d054e99025c9e6764c 231 0.09/1.00 vMB 42
258,008 258,008 000000000000001140fc9eaa2db7cefbb35705d12ac4757da9e85d1908b3e481 27 0.01/1.00 vMB 130
258,007 258,007 000000000000000aeea43daa4cedfb0425510c41fb10cbed05340faf184e4bb0 55 0.02/1.00 vMB 124
258,006 258,006 000000000000001ab908380d876209f34d9bc8f92ddb89ea9434054d25f2c411 50 0.02/1.00 vMB 34
258,005 258,005 0000000000000006adee2457103932b0f508957ad15f9553ed21b7a8a8db053c 429 0.18/1.00 vMB 98
258,004 258,004 000000000000002212d3126564a9a457b40192997905d8e92861464495bad6bd 23 0.01/1.00 vMB 127
258,003 258,003 000000000000002de1e60f97f6e6ddaddee73a8f320a7a4b5e107c1466a1ed9a 131 0.06/1.00 vMB 127
258,002 258,002 00000000000000139fd3e1ecb149e773b84ff94849723ffd6bd43c2e989c3b58 211 0.09/1.00 vMB 129
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
Previous 10 blocks ↓
Total Size: 780.30 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: 517.82 GB
    • Received: 4.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.