Loading Tool

Explorer IconExplorer

Memory Pool

5,282 transactions
8.59 vMB
0.01504225 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.65/200 MB

Candidate Block

Mining Attempt 23550ca3f50376a19597cec11d7c8d035876cb472c24125d266dcfd867243821
Version 20000000
Previous Block 00000000000000000000eff9fe5cd8b4f353579ae571696943d8e3983baf43c9
Merkle Root 610ad7837743c82df182254e7b043964a53fd82e6f5e0582c9830d47c4765405
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,909
Size: 0.9979595 1.00 vMB
Total Fees: 0.00276868 BTC
Feerates: 15.59 > 0.28 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,826 (655,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
258,011 258,011 000000000000000aa565159bc7891ec4add3dfb9f4982274fa4c3f32fe4408ef 37 0.02/1.00 vMB 93
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
Previous 10 blocks ↓
Total Size: 780.31 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: 518.18 GB
    • Received: 4.57 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.