Loading Tool

Explorer IconExplorer

Memory Pool

22,412 transactions
10.38 vMB
0.04030027 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.09/200 MB

Candidate Block

Mining Attempt fc073c2f90e2d59340a6d6a3067d91a834f9a09e70c5130bfda4268896f796e9
Version 20000000
Previous Block 00000000000000000002017b3f431ec8e9d130f94b4940b3623533d08b0dea8d
Merkle Root 92ba3992dd107227665b429bd3f5d1c19d809224cd2adbe4ba1c200649c6edf8
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,987
Size: 1.00 vMB
Total Fees: 0.02333702 BTC
Median Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,573 (763,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
149,897 149,897 00000000000004d62ff9f4af04b01d6043c1af4f7daeef2b05452fbff535e187 28 0.02/1.00 vMB 92
149,896 149,896 000000000000096c5f24a1c4a9ae25d9788c6861be7514f01184fe0513bf4484 29 0.01/1.00 vMB 64
149,895 149,895 00000000000009b7da59908141bc7e4716497200cb2d7bdaa5c93d0c9c642eb1 81 0.04/1.00 vMB 120
149,894 149,894 00000000000005bde7ee91c711673551071e004c6bf9d842334ebbf6dececcd8 8 0.00/1.00 vMB 433
149,893 149,893 00000000000007383fc40d89469ad64b2e69eae948cab83231bc931334eca75d 1 0.00/1.00 vMB 0
149,892 149,892 000000000000035de7b5158c084f67b2e3d5c7f3996832c81d206b9968ae41d9 8 0.00/1.00 vMB 33
149,891 149,891 00000000000000c8c41c65f9a99cf651f6601f841c3c9f5005f373679bdce103 149 0.05/1.00 vMB 26
149,890 149,890 00000000000004ec5c8be833ebb1d9f7e35fb064f9401b49bc96b9992a7e328c 144 0.06/1.00 vMB 205
149,889 149,889 0000000000000643ae2c2301f322523c93a7fcf7a333238cb50ecbd464904c19 22 0.01/1.00 vMB 204
149,888 149,888 00000000000003c949e958640cfb54012c9cc6e6b08107e5e0cb19bfd6117ded 45 0.04/1.00 vMB 31
149,887 149,887 0000000000000532496bf7ab573061bc37e03ede75c794f89bc1de7dfed2282c 11 0.00/1.00 vMB 886
149,886 149,886 0000000000000867341ac4990b0d59321d9c06568e533cc957d807888b70ed49 1 0.00/1.00 vMB 0
149,885 149,885 000000000000044efedb3f9856a044cc8c30e83d956c66e8e1e5c10b1a52a493 28 0.01/1.00 vMB 42
149,884 149,884 0000000000000b1d56ce52ef4d67493e1920183b8992b6fe692bbd1a80d01e1c 10 0.01/1.00 vMB 463
149,883 149,883 00000000000007f7e215b218fc3c0f758207181f21f5d3d7f396f5741f1d9ce2 70 0.02/1.00 vMB 6
149,882 149,882 00000000000008a0764e660aeac82faff3297c04281162d7bdf5d7aed47d237c 109 0.03/1.00 vMB 215
149,881 149,881 0000000000000138128418b9ccfdd0cb1b6e79633be2a83723e0771fae3c720e 36 0.03/1.00 vMB 51
149,880 149,880 0000000000000790957412dc8cec34359fcfd663dfd09aeb15fbe4c1ff55480f 13 0.01/1.00 vMB 54
149,879 149,879 00000000000001a08b020016279e9933ed2b9ba8badf5aabf26d9454722f4368 4 0.00/1.00 vMB 67
149,878 149,878 0000000000000ae610e59cbd3aa6ed20ff46853eb3cd58cf0dd4dd3adba1c154 61 0.02/1.00 vMB 0
149,877 149,877 0000000000000759584c6eed538f2f7ce32d98247bcc52e51302e03b5093c305 92 0.03/1.00 vMB 179
Previous 10 blocks ↓
Total Size: 779.86 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: 440.23 GB
    • Received: 2.42 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.