Loading Tool

Explorer IconExplorer

Memory Pool

14,542 transactions
5.85 vMB
0.02314033 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 34.99/200 MB

Candidate Block

Mining Attempt f543f556e8463ca8c5ebeb895c93e13ea45c3a87db96f31375acbeb638f53628
Version 20000000
Previous Block 000000000000000000008aabb7749a6ed62d33a69524678c2e46a9362255797c
Merkle Root 2e76c510a2096f5b79b5714c90f333251ded8e3752b426553c6d921904c03c77
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,797
Size: 1.00 vMB
Total Fees: 0.01307728 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,454 (707,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
206,243 206,243 000000000000034233a1613c6990dbd26f0955ea0e198bb3ea35dca5c653416c 83 0.03 vMB 297
206,242 206,242 00000000000000eed09e83efc6566d0747149560c5d28e91af0dbeaaea1ce74c 154 0.05 vMB 153
206,241 206,241 00000000000001f3e12a4e178a9dbd68478df2749d79ed2ce3820cc1e9afbf00 101 0.06 vMB 106
206,240 206,240 000000000000028cdf816e497e86bceddfc5a4c41041e49f70497722d7c69885 135 0.05 vMB 154
206,239 206,239 000000000000026349a795443addbf16be462a2d1ee44b7575d0b379ea07f66a 139 0.05 vMB 210
206,238 206,238 00000000000004e3adeb99df893283e5a06e3064c6110e9704af4d85d4ab330d 18 0.00 vMB 115
206,237 206,237 000000000000019af4452deea7f7443f513242b347229694d8043e91c8b22854 159 0.08 vMB 173
206,236 206,236 00000000000000e8b4e0f5d49927133a248db881ab6c27fa6aa342b559b5992b 73 0.04 vMB 134
206,235 206,235 00000000000001f6908c5e11e3a3e03999c0d901ae597440a4f6a685413f2731 685 0.29 vMB 233
206,234 206,234 00000000000001fded47223c081642baea9b17fe8d576207c5d59f57d1263058 108 0.20 vMB 67
206,233 206,233 00000000000002f70070d9f295a1a38a8ab53248ac685bfaf561ed00301f511c 141 0.05 vMB 95
206,232 206,232 000000000000046eb48188efe1bdc4d9505b058ba0e3632778b341133c1fdf7f 127 0.06 vMB 85
206,231 206,231 00000000000001a02a72826a0f8d4a334eff6a56420491067e040a92f544bab1 671 0.35 vMB 297
206,230 206,230 0000000000000236a01e5ed293a9d33cab50dc151ef496d38242bf2f42e3bf8e 504 0.25 vMB 194
206,229 206,229 00000000000002ca44d4515336534261e2e3ea2a1029fe485118e2c6deb02408 163 0.05 vMB 139
206,228 206,228 000000000000040aa3ca3c2a11ee961195d899850a8ce46111c5e68d2526b081 148 0.05 vMB 77
206,227 206,227 0000000000000347707304ae23694d487a1ac7b7e4be13928dc20b8f84566b38 280 0.13 vMB 162
206,226 206,226 000000000000006aa3a9ffcaf39cc7d59922666802b0522f6d4d1c56f19ebfc3 970 0.38 vMB 247
206,225 206,225 0000000000000491307a3368fafed57af523fc211f81ff01b979f9c527fbd625 201 0.10 vMB 158
206,224 206,224 000000000000046e67106e7adac558880aafb248aa5bbbd35ad811d94763d0b7 149 0.05 vMB 173
206,223 206,223 000000000000017f35056d7e73c28f31795ded8ec178a85b9c5b2fdb682613d8 93 0.05 vMB 139
Previous 10 blocks ↓
Total Size: 779.66 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: 310.65 GB
    • Received: 1.48 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.