Loading Tool

Explorer IconExplorer

Memory Pool

33,828 transactions
25.54 vMB
0.06004509 BTC
Random Selection Loading Transactions
Max Size: 129.50/200 MB

Candidate Block

Mining Attempt 76664adf16f12acb1cf725dc5065f7f5c1df773f8683c9e266035cf8a29c45b3
Version 20000000
Previous Block 0000000000000000000176c7137e0f80c94d7a4e3a567be575b6133c437322b9
Merkle Root df40f1c7178d0b6836bf552abaacb0a9d10c89e2857b3c1b09c68afe7249c0c3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,684
Size: 1.00 vMB
Total Fees: 0.01366845 BTC
Feerates: 201.55 > 1.37 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,699 (256,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
657,857 657,857 00000000000000000000359d24a6ad22f399e196ace1ca23a5f5687ca95576aa 1,299 1.00/1.00 vMB 60
657,856 657,856 0000000000000000000b5834236e099e8c6026680e791d4ed6bcf4d599468473 2,745 1.00/1.00 vMB 61
657,855 657,855 0000000000000000000e968047e6a75744ce5a0a1e88fc9c2db352e53f715593 2,832 1.00/1.00 vMB 92
657,854 657,854 0000000000000000000e4c9dd9ec505791fcbfaea721075ebe8e59bfbe52fb1e 2,861 1.00/1.00 vMB 38
657,853 657,853 0000000000000000000bf6bddb2abc222d4369877bde195545a2b97e8a9d411d 2,751 1.00/1.00 vMB 62
657,852 657,852 0000000000000000000edd4667d392ff268a8777b3fc93dfebba1db9ab4f64a2 2,647 1.00/1.00 vMB 77
657,851 657,851 0000000000000000000048805005015e1ed2880efb36f6fd0947906712667a69 2,814 1.00/1.00 vMB 48
657,850 657,850 000000000000000000084f96481e8fc75dec0e27bd0641cb47407c3b9276236b 2,572 1.00/1.00 vMB 85
657,849 657,849 0000000000000000000e031b2f515e09fec50609f18ffb8e5afb6c5225cda838 2,469 1.00/1.00 vMB 86
657,848 657,848 0000000000000000000defa23e8149b22b1ce9152faca3b7461e68201e28a48c 2,746 1.00/1.00 vMB 38
657,847 657,847 00000000000000000008c91d75c10eb5b71bff1f3e994c878d8557dc0d536a8f 1,984 1.00/1.00 vMB 61
657,846 657,846 00000000000000000000e2fdfd04a8d504496bde0163e97b2fed28ce20925c2e 3,207 1.00/1.00 vMB 95
657,845 657,845 0000000000000000000fe5e5c9841f45b7dea2f57a0245bea05a91aa7e0f63eb 1,656 1.00/1.00 vMB 73
657,844 657,844 000000000000000000012b15944418c6e306b09cac23d834d7d453f718774a12 1,892 1.00/1.00 vMB 80
657,843 657,843 0000000000000000000834401658aec60e9cf1e729494a52fa9773d1078cb094 2,494 1.00/1.00 vMB 29
657,842 657,842 0000000000000000000789f22e7ad622bc681ac650cb1e66cd202fd65c2b70b8 2,802 1.00/1.00 vMB 80
657,841 657,841 0000000000000000000a8e7fe3d00a24af780bcf738eb443599310f528504c5a 2,348 1.00/1.00 vMB 35
657,840 657,840 0000000000000000000ab8838806e625d6cdc6ec5457e5128dd5eff7fe96aedf 1,644 1.00/1.00 vMB 92
657,839 657,839 00000000000000000008511870d201f999f4e65b3f5f30986eba9e5ab2b403b5 2,225 1.00/1.00 vMB 25
657,838 657,838 000000000000000000024d75311df0c231f61e31d36b4846e27429a09b4fc411 2,235 1.00/1.00 vMB 42
657,837 657,837 00000000000000000001740779e468b24aa80aca4126afc4a79108c667493921 2,702 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 781.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: 641.08 GB
    • Received: 12.52 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.