Loading Tool

Explorer IconExplorer

Memory Pool

39,462 transactions
17.41 vMB
0.13597395 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 96.24/200 MB

Candidate Block

Mining Attempt 78109d2375d22a5c64b2da47149a029bf41d79c1dd8fed56bab25d42dedfd347
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 6e694337878dbf6df2b35bcca97a0511330e9e2e0e61bdcea5fc9783780ef24e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,137
Size: 1.00 vMB
Total Fees: 0.03582069 BTC
Median Feerate: 3.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (702,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
210,942 210,942 0000000000000133435572cd33e7ba3b5fde7b63f1d2006225d03ed92e0a005e 442 0.20 vMB 175
210,941 210,941 0000000000000121eedf6fffa6e47339bafa9bca2150de45aab4cbf08b6c6100 351 0.20 vMB 145
210,940 210,940 000000000000007c1edc39789ec9df1650cdfbe2ea4eb5352fb41bc47e6a55b6 608 0.25 vMB 182
210,939 210,939 000000000000031e78dfefe86febea605fe03b6df1f5882836e3f7981254722a 146 0.05 vMB 1
210,938 210,938 00000000000002564b293fd5de9701f48e8745a3dcae74d1e0cb016eac7fb3fd 538 0.29 vMB 142
210,937 210,937 00000000000001de9bac3258487f25b66178902af67520e82271942292834f31 582 0.39 vMB 107
210,936 210,936 00000000000003eb8aede235b24b72dd7cec49acfb73a8d8a7142673187fa0a5 877 0.25 vMB 316
210,935 210,935 00000000000003de8402fc00a7cdd47a387e9c7ea054f27c79ed3f80a6032c77 13 0.00 vMB 361
210,934 210,934 000000000000034f295e6ebc38369e6bef956b60975a3045923d894f983c3b17 128 0.06 vMB 179
210,933 210,933 000000000000019b944e29f21e4e9178eb884f102724fffdf3f10f20e6393224 383 0.16 vMB 184
210,932 210,932 00000000000004976a2657d408cd8cbfe7c15eaa543a95a5c953b87d6ee80c52 68 0.04 vMB 142
210,931 210,931 0000000000000196e74a8ee474b052ebef3a649da938bf78bcd45fac6a5fd4ad 37 0.02 vMB 173
210,930 210,930 00000000000000b08fbf0c0601cb91efed12cc2024cba6b54df616a79be12a21 250 0.33 vMB 28
210,929 210,929 000000000000040baf544b4d1ee5030ced98a174afce2d72604c542f7a5c66c3 304 0.14 vMB 150
210,928 210,928 00000000000002818c0735ce6d71b557cd8694108b6cd144888a610248af88fa 512 0.17 vMB 235
210,927 210,927 000000000000004a5d9008e7294ee91f8fdb0545fc6bcd2363c91f3c41c90bdf 138 0.05 vMB 10
210,926 210,926 00000000000003c46c45c113e48898732647af4cf0fda049030e10994913230b 266 0.11 vMB 159
210,925 210,925 00000000000001532a0084451962984f6e562649e0e3bcdaa50d3bcc527ad8ff 5 0.00 vMB 0
210,924 210,924 000000000000030b03509e5b9a00a1a1947478639949cdb67b664b95ec580579 23 0.01 vMB 132
210,923 210,923 000000000000033f291edc175c396923b118d901b81a2e28ada5204fdf42ab30 296 0.16 vMB 105
210,922 210,922 00000000000002c3374cbf9f0a1167795c4ef91dfed95501861d34d7bd0015f7 548 0.24 vMB 153
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 90
    • Outgoing: 11
  • Data Transfer:
    • Sent: 111.54 GB
    • Received: 0.47 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.