Loading Tool

Explorer IconExplorer

Memory Pool

46,360 transactions
27.95 vMB
0.07491275 BTC
Random Selection Loading Transactions
Max Size: 147.11/200 MB

Candidate Block

Mining Attempt d325177af0559424fd8127bc1b7f8a61c0f9284540698bf48bb0907f15f57f4a
Version 20000000
Previous Block 000000000000000000014dfbe7f39f88da835586e6043c860399950dddc4e4d7
Merkle Root 39f8fdfbf8738f4e8685b1a6a2c2649a68de1290bc3d2e1826c42b5e6690e9a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,230
Size: 1.00 vMB
Total Fees: 0.02156447 BTC
Feerates: 100.36 > 2.16 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,942 (120,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,885 794,885 00000000000000000000f5f6eee7d3e2fb796ca52b539461d152608dbf33fad4 1,235 1.00/1.00 vMB 19
794,884 794,884 0000000000000000000467b6ce04cd85c54078cdcd6e16ef1e35c5d6419cf849 1,466 1.00/1.00 vMB 17
794,883 794,883 00000000000000000003b6e3749ddba7f425e7bbff5c471f4ee3e4dc0a4d627f 1,440 1.00/1.00 vMB 17
794,882 794,882 00000000000000000001be602b6ec74086d766f923082852ee7dbdcdfc734dd8 2,561 1.00/1.00 vMB 22
794,881 794,881 000000000000000000011c2f9ef38ffaaf28a46dec1c389a3c9d5e2f95e3c42c 2,562 1.00/1.00 vMB 21
794,880 794,880 000000000000000000037f1ab483a04742a7444bffad107a263c5b6b798c06d1 2,277 1.00/1.00 vMB 14
794,879 794,879 000000000000000000034caf564e02fdfe778d5d1b2db080927e3436164601a0 2,542 1.00/1.00 vMB 22
794,878 794,878 00000000000000000002b8b2df95eb2b9692ece96fbdf6952869e81c06b027d5 1,671 1.00/1.00 vMB 16
794,877 794,877 00000000000000000001f816e277e0ccb1e07d769c452c1c99ee7aeefc62b91e 602 1.00/1.00 vMB 14
794,876 794,876 000000000000000000001d30de62f7e7a1f21791ab453bc081395e21c566861b 745 1.00/1.00 vMB 14
794,875 794,875 000000000000000000053513491215f5c2404dff1d4b1d033f8bbd198d887199 1,384 1.00/1.00 vMB 15
794,874 794,874 00000000000000000003ccdde3b50c4ec704355a1f1d349b9fca2a7f0ed6bfff 3,266 1.00/1.00 vMB 23
794,873 794,873 0000000000000000000059327a0d2e15c3315140fdb20cf591d901797b18c2a4 2,895 1.00/1.00 vMB 14
794,872 794,872 00000000000000000001d833fdfbac7dd00c2317a60ad3e7f25af8b7fc8e1820 2,443 1.00/1.00 vMB 16
794,871 794,871 00000000000000000002c72f5bc7570231f5d2f3dfa911647148d51542a65b88 2,478 1.00/1.00 vMB 21
794,870 794,870 00000000000000000001a5233a0b1a9c068680640af1360e860c1e2521bc6fb1 3,518 1.00/1.00 vMB 26
794,869 794,869 00000000000000000005405cd3a2573174e7eb60abf2732c800b49d959891ecd 3,143 1.00/1.00 vMB 43
794,868 794,868 000000000000000000046944f397899b6dd1f93cfae7d15bb10a1ea8347a02b7 2,877 1.00/1.00 vMB 19
794,867 794,867 000000000000000000011c27ce81199b4627b62decbeec0f358bcfe3f3befe21 3,370 1.00/1.00 vMB 26
794,866 794,866 000000000000000000033b8d674813767b2d1a7f6bb0568bdbdebd2273b08647 1,143 1.00/1.00 vMB 13
794,865 794,865 000000000000000000020829bed823b32eade137a54db0918effb018b2cadbec 1,179 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.29 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: 657.04 GB
    • Received: 14.46 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.