Loading Tool

Explorer IconExplorer

Memory Pool

45,682 transactions
29.06 vMB
0.13917430 BTC
Random Selection Loading Transactions
Max Size: 151.36/200 MB

Candidate Block

Mining Attempt 06c07e8db8423ba6087a70255df25b1a91102deba17bf9e1b67fb8b9cc9122b3
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 822b451a98444c55da61c46ebfbb4d70e571c8a3b798be3a9f3aef8314e6524b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,821
Size: 1.00 vMB
Total Fees: 0.04200631 BTC
Feerates: 150.75 > 4.21 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (75,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,931 838,931 000000000000000000007bc13d9caf362cb897f8b292f9aecc18b2f5a284dd64 2,845 1.00/1.00 vMB 74
838,930 838,930 000000000000000000024ca94e8d5eae448410acf1739a6e36f7cf790686e02a 2,616 1.00/1.00 vMB 63
838,929 838,929 000000000000000000007ee297c4530376c762530ee3b36ae7c6f26ce5884a79 2,947 1.00/1.00 vMB 81
838,928 838,928 000000000000000000015337bfe515803134997acc75c597d06923ad6241d0cc 3,634 1.00/1.00 vMB 78
838,927 838,927 000000000000000000007950fbc7f2de822185a16b4682f1c6f77d45899c7b92 3,481 1.00/1.00 vMB 91
838,926 838,926 00000000000000000001197e9a7011514a35a8d7b95c69dbb73cb707bb20d2cd 3,303 1.00/1.00 vMB 109
838,925 838,925 000000000000000000029415ca1c8b4193121eb9e31761a61c8fa071e3a06bae 3,904 1.00/1.00 vMB 149
838,924 838,924 000000000000000000007f24b89d7165de6cd70dc983b7a224b8f39ea8c213d3 3,813 1.00/1.00 vMB 118
838,923 838,923 000000000000000000013aaedfc1da85537b62d65ee52e892f74105485f2f3ec 3,601 1.00/1.00 vMB 142
838,922 838,922 0000000000000000000042e3fbc9cd9b25ed648a5d55d192eac342a12671719a 3,825 1.00/1.00 vMB 74
838,921 838,921 000000000000000000031abe0d2947e6f1d74a150bdc9378495c2b93471b7ba8 3,962 1.00/1.00 vMB 100
838,920 838,920 00000000000000000003007263be9772e7e02fa1a0fc79298e33fb6119c409e4 3,603 1.00/1.00 vMB 87
838,919 838,919 00000000000000000001bde6afad09e62b5e69a6e3d39db1b332fcd1846d417e 4,446 1.00/1.00 vMB 90
838,918 838,918 000000000000000000003eae75e6eeeaaa84d3abbb657da37ff33d919959ac45 3,808 1.00/1.00 vMB 122
838,917 838,917 000000000000000000015f1d89e6f281a6812a4b14774aaf2db5e08b0e17fe76 2,629 1.00/1.00 vMB 89
838,916 838,916 000000000000000000020ecbec95045babd12d1f1799e08df01a8401773f3916 2,645 1.00/1.00 vMB 102
838,915 838,915 000000000000000000010769d08948305aa23de992f6801f201de633f7998c86 2,037 1.00/1.00 vMB 79
838,914 838,914 000000000000000000010a59f3775e31ef32ec6d6f3651fbc3f6096e748e7657 2,900 1.00/1.00 vMB 122
838,913 838,913 00000000000000000001fcfb7983f9ec5208e7f29d7b667fe796f27bd9fe72e6 2,795 1.00/1.00 vMB 78
838,912 838,912 000000000000000000015a9ad8185dda19796a7ec9a5da7601c4cfc8c1d6d7d3 2,658 1.00/1.00 vMB 59
838,911 838,911 00000000000000000000efbe8d9f00d09815f2b1e4350025182bde4f031b0794 2,898 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 781.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: 645.03 GB
    • Received: 12.65 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.