Loading Tool

Explorer IconExplorer

Memory Pool

22,934 transactions
11.20 vMB
0.04488002 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.01/200 MB

Candidate Block

Mining Attempt 92f93fefa796bf832a7da4013ac223de46cacca335a42ba7cf63be89d1b52956
Version 20000000
Previous Block 00000000000000000001d3e897a824d1ab7e1f85b7da1fc54c6213ce643a4718
Merkle Root 94b96dd19fbcd26d9bce391ec025d78d8f7fb836f893fc9b680c0f4eba63a6d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,934
Size: 0.9978775 1.00/1.00 vMB
Total Fees: 0.02609428 BTC
Feerates: 502.67 > 2.61 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,582 (727,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
186,047 186,047 00000000000007dcc3eda2f8606215460ed0b1a090fad6a00baad2a99452c86a 32 0.01/1.00 vMB 255
186,046 186,046 0000000000000736ffdf25461a1732e8bdd76e55d92f6a1a975b3f419b5151a3 612 0.25/1.00 vMB 166
186,045 186,045 000000000000001f863416ff5a592f89382a5febf9fee0680c20bf3298fad7fd 11 0.00/1.00 vMB 15
186,044 186,044 0000000000000758ab99c34a66b221ddee778a8bdb03a005e439df7d3f909bdc 145 0.05/1.00 vMB 98
186,043 186,043 0000000000000251f9e6649c1fb2714731bb5ffd29a920ec0f9a63f559a48fd4 291 0.17/1.00 vMB 386
186,042 186,042 000000000000074117cac3b4f2f5181a72714542fc56ac73f71da864c8dc68b7 404 0.21/1.00 vMB 108
186,041 186,041 00000000000000688f1ce456127b2d1c50ff01e351e6633c6158ff470b56c376 195 0.07/1.00 vMB 192
186,040 186,040 00000000000002b2d838f93cf875bc737fead8cbdce6938123984e05997826bc 601 0.25/1.00 vMB 136
186,039 186,039 0000000000000867d5f27ca91ad4a648aca5f33fcbd3f7a246394afa72a6cda2 630 0.25/1.00 vMB 143
186,038 186,038 00000000000001c1fadfbbb73786636eb80c346a0837298104e74fe41d357054 190 0.06/1.00 vMB 52
186,037 186,037 00000000000008d043f340ae92a4ce65680176766173982ed047eaf1465b2449 142 0.05/1.00 vMB 100
186,036 186,036 000000000000046194b96da38adee27abaa8208652975629a24489222d355a06 179 0.11/1.00 vMB 127
186,035 186,035 00000000000000760e1102285c941a53e2f1117014c1a1072d48c4dbed429c90 308 0.21/1.00 vMB 108
186,034 186,034 00000000000005b0a3f7b65fcd73a8ab3dfd48c67b2efee990d68bc1e2d003e5 120 0.05/1.00 vMB 125
186,033 186,033 00000000000006f6123f9a761cd3366b8d046256fb3771531985cedc97bb50f6 126 0.05/1.00 vMB 102
186,032 186,032 0000000000000057a97078f6efc33bd59c5a0f4c93f3c6aeada46ae82b06e0d0 227 0.07/1.00 vMB 57
186,031 186,031 00000000000008cd5803fb48dd12fa291dfbaa099131fdd32cdb11628bd999cd 13 0.00/1.00 vMB 0
186,030 186,030 0000000000000071a12a0b5395a53eab3660366cc0d49ed1192c97834a2d955a 390 0.16/1.00 vMB 195
186,029 186,029 0000000000000705356f60da1cb8470ce5ef6dfeaf84d3944e9064ecc87a17ed 227 0.15/1.00 vMB 232
186,028 186,028 00000000000001219384f73515206faac0bbc70cf74909360bc5e00a3869b6da 90 0.04/1.00 vMB 112
186,027 186,027 00000000000001c8931589852d1c0c6e7f810e1836c01647df63cf7a38f65ab4 8 0.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 779.88 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: 450.66 GB
    • Received: 2.49 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.