Loading Tool

Explorer IconExplorer

Memory Pool

30,051 transactions
12.54 vMB
0.03197772 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 74.04/200 MB

Candidate Block

Mining Attempt 85d7ec6d2a779979dc24512f97b35b6fcaef48d919bf3c1e2565669fd088ca96
Version 20000000
Previous Block 00000000000000000001f0024e3395cc23eafd6ee91aba683929d45930543fbc
Merkle Root 83c5436b3a4b23a3ba72de92ac516077a568dd3f62f6ade3b2b535459536c52c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,006
Size: 0.9978615 1.00 vMB
Total Fees: 0.01005198 BTC
Feerates: 100.44 > 1.01 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,672 (779,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
134,159 134,159 00000000000008f948a69a3d2e1f134f740f9b89f1081700474378eafcee71a1 40 0.02/1.00 vMB 251
134,158 134,158 00000000000005eab4d8953df32f0c9007918d1bec0faecaed892f84c6d96729 56 0.03/1.00 vMB 468
134,157 134,157 000000000000047215bd89fed4acb45afc9d693756af88a4f15a4877079f24e6 77 0.02/1.00 vMB 131
134,156 134,156 0000000000000611bb46b39309802c21a7b2bbb6c93d3c19ec723b24cbf63347 20 0.01/1.00 vMB 629
134,155 134,155 00000000000009953364e138af1eb8eda3812a714783c7d499afbeb62861a98c 51 0.02/1.00 vMB 224
134,154 134,154 00000000000000f49195253504aef9d00886bec1e3db820886f70646e28db993 83 0.03/1.00 vMB 173
134,153 134,153 000000000000041536e7b9e73c81e593816e6aa284e09c97fb6a920936258c0f 50 0.02/1.00 vMB 560
134,152 134,152 00000000000007a76b2586a228fbddd915497cc1db83ce645e77f242e3edbdc2 100 0.05/1.00 vMB 154
134,151 134,151 00000000000007d99b1eb8239f9366fc3615f9e46b4344a3c5e66d59222677f4 17 0.01/1.00 vMB 1,731
134,150 134,150 00000000000002d38b0907f5cfe1c74dadc05782159618ce1c4890b0e1466ff8 15 0.01/1.00 vMB 698
134,149 134,149 00000000000002234d6d1ad5f28172e07f218c3680dc5711845094e0a0ac9562 32 0.01/1.00 vMB 362
134,148 134,148 0000000000000a6ebfc7066587f2f8857a3c0398d2b68165d4945e9a545098c3 57 0.03/1.00 vMB 486
134,147 134,147 00000000000005ac1e9a0e11934dda0d9c73348ce4f26382904ee87f3fe4a734 59 0.02/1.00 vMB 385
134,146 134,146 00000000000008013142559721f18cebf3a8f2fc254198634b0e471d1fdc57c4 36 0.01/1.00 vMB 410
134,145 134,145 00000000000003dddbc61dc10be6bc24e094b93ce875b38c923ed877a064e54a 20 0.01/1.00 vMB 761
134,144 134,144 000000000000013000198b12b7db50c996ec841c0eb3c9ea88ecf22a9747c761 25 0.01/1.00 vMB 285
134,143 134,143 000000000000076ce9d9a900871c30594891082e716849912d8abee869fe4b69 15 0.01/1.00 vMB 972
134,142 134,142 0000000000000844907f44659da51cf953716717ad3cb7c442c51cf7b156ce8a 41 0.01/1.00 vMB 600
134,141 134,141 00000000000001696e68e4c15f74860c0d3dee16268adff194624ae0dbd13aa9 51 0.02/1.00 vMB 257
134,140 134,140 000000000000036a4a06c6a0f18f1f025292a781a48bbaac8c70a0a1b814c1a2 46 0.02/1.00 vMB 576
134,139 134,139 0000000000000176341f319c2738ef60899c59b0417bb988359d5ac9fbf9dcfb 28 0.01/1.00 vMB 941
Previous 10 blocks ↓
Total Size: 780.04 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: 485.61 GB
    • Received: 3.24 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.