Loading Tool

Explorer IconExplorer

Memory Pool

28,547 transactions
8.34 vMB
0.08668673 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.32/200 MB

Candidate Block

Mining Attempt d717a7cb6611d42580cf0c17d89969f28112d0fec56675d45156b57263135f60
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root 453726807e04bf65150f07e589a0d7436b73f9cffd939b50cca7c3299315eddc
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,299
Size: 1.00 vMB
Total Fees: 0.03750762 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (755,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
158,207 158,207 0000000000000a60258788fbf3a82b27600d8763d11f9d856b402777b9149ef7 70 0.03 vMB 74
158,206 158,206 0000000000000970ed6dd224c140e6971236d267aeaf70f0c5d65579f221a338 1 0.00 vMB 0
158,205 158,205 0000000000000258d0c449975f6826957e50cf7edf870f4b5d0822404ce7ae2c 142 0.09 vMB 153
158,204 158,204 00000000000008139262f589aa9ae153aa40de1c411d9ad31e274b2329158d5e 47 0.02 vMB 103
158,203 158,203 000000000000076d7db658d4f2ddcdba2433faae65d7932e1e35a41b8ae62107 81 0.03 vMB 157
158,202 158,202 00000000000008cb93aadb0d67ffe2e3777d9d1470f293d7c5620ec53a2eaa9e 12 0.00 vMB 319
158,201 158,201 00000000000006ed67de5c4dc9ebe0c50b640b2fda72358ebf877f1fa6e4f290 24 0.01 vMB 5,570
158,200 158,200 0000000000000ca82968c44b6b32224709bbd60be0a36edb4fe6a8b4cb950e32 75 0.05 vMB 137
158,199 158,199 0000000000000e716e6593afab209ed612f8a74b7fc014adee935ecaca46018e 4 0.00 vMB 60
158,198 158,198 0000000000000602182837ae60b904202d9da8511efafd17c0c2c4f666ff054f 48 0.03 vMB 75
158,197 158,197 000000000000029b6d50492214b805da73c0a0c955bf8cbb385ae7ee0b83e038 35 0.01 vMB 31
158,196 158,196 000000000000054b08d7f7ec157be7dd25a7c9871e54d9951dc5660cfebd0896 28 0.01 vMB 308
158,195 158,195 00000000000003f27fd76320ece44549801c580967024739909cfc3c2e6245cb 1 0.00 vMB 0
158,194 158,194 0000000000000d487d42355daf1f1f2a83e12fbd0894e107fd69f062e9f42572 47 0.02 vMB 54
158,193 158,193 0000000000000b102cebc06964dec86b16008019a2dc1696a5b62dcd3e2f0043 28 0.01 vMB 55
158,192 158,192 00000000000005db3966ac704ceba7c8578fc2fb226a6f6837dd25beff35c23f 104 0.03 vMB 20
158,191 158,191 00000000000001e7b0557f4f304fca5ebd516a9a6f74c7ee6f110c8773c7ecac 8 0.00 vMB 481
158,190 158,190 000000000000045059346b2c4fa21f73abb1881e0d6bf6596beb90053ad3edd6 14 0.01 vMB 210
158,189 158,189 0000000000000686c06763f3c28c985bfc86ed11b4f3a80d6ecccd658be23abd 13 0.00 vMB 34
158,188 158,188 0000000000000d45aff9099eb474e21664bbaafa54e32d07fdc3c784cb671133 11 0.00 vMB 16
158,187 158,187 00000000000004103b5d52d6e1db57e90918167341ea04ecfe13b366ec78fe45 22 0.01 vMB 279
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

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