Loading Tool

Explorer IconExplorer

Memory Pool

42,177 transactions
29.07 vMB
0.07226828 BTC
Random Selection Loading Transactions
Max Size: 149.09/200 MB

Candidate Block

Mining Attempt f324100aea0dfcad919b58ad19f473fcbf36dd8cce95bdcbcf64f0273c267e4a
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root fec679520963f59a0a94e7f7aa42813fe6c8a59fa3e026692a1acc8f2f12d3cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,462
Size: 1.00 vMB
Total Fees: 0.01555502 BTC
Feerates: 100.36 > 1.56 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (527,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
386,994 386,994 00000000000000000696781577797dc054fbfd29d73c5440b7dfebcbfb56353b 1,516 0.75/1.00 vMB 31
386,993 386,993 0000000000000000007179dc6fa056176d1057f9672179895d8d5516e605ad58 295 0.13/1.00 vMB 29
386,992 386,992 00000000000000000f1e0d4b2b1696e2a6894d78aa5c55b51754fb72b7023885 698 0.39/1.00 vMB 24
386,991 386,991 000000000000000000dc9a3a0c99739968cbca4c18327173ba6275c1abb73d72 748 0.38/1.00 vMB 29
386,990 386,990 00000000000000000e0064341211793fd98645b8ccda985d66bee3260367dec9 690 0.35/1.00 vMB 29
386,989 386,989 00000000000000000c35c7fbc94074c6e0092f17cb11477d710252998e58471d 1,202 0.71/1.00 vMB 26
386,988 386,988 00000000000000000dcf1508002bee6fb6df604cbc0bdd2ca9480b26f4c8dff7 1,665 0.59/1.00 vMB 44
386,987 386,987 00000000000000000eb17862f1119dafaf6e1b3256df103d20184b1b74523379 712 0.37/1.00 vMB 32
386,986 386,986 00000000000000000d4241fbbcba431a46c4c31413cd8652373a763c1fdc0085 836 0.39/1.00 vMB 31
386,985 386,985 0000000000000000005ce19b7cf90462e0f16b2eec8df215d748e19e9fa8a47a 411 0.49/1.00 vMB 9
386,984 386,984 0000000000000000089b28c9ec4b4f19a380b915e2974462de17a98baed9de4c 1,628 1.00/1.00 vMB 22
386,983 386,983 00000000000000000115723d7d0e21e089bb3b9e90b4b2240a2293425aea7eb6 3,006 1.00/1.00 vMB 49
386,982 386,982 00000000000000000a455b3a92bed4c2e75e5c5fe81d2b46343e8bf3abe83733 900 0.33/1.00 vMB 44
386,981 386,981 00000000000000000646924be77286d2ce7e1d3c0340df7d5e6b31ff89fe5bd6 1,195 0.75/1.00 vMB 21
386,980 386,980 000000000000000001ccf8660740416390f9e60201cc4ed6558982d784bcfb3f 1,910 0.75/1.00 vMB 45
386,979 386,979 0000000000000000070446aee80104e5b570b07c2787e0385103dd587b21fb21 1,074 0.60/1.00 vMB 29
386,978 386,978 0000000000000000063e90dc1c55e0aa213b4b4ad4ebc4091fbd7206a99b80b2 1,166 0.50/1.00 vMB 35
386,977 386,977 00000000000000000a9f6ebec96d5bdec10367120475144a62fdc92f125cd840 151 0.10/1.00 vMB 19
386,976 386,976 00000000000000000781dfd5b48639ad060490d5805aaae78226d08abda3dbd8 934 0.61/1.00 vMB 24
386,975 386,975 0000000000000000056f8971d92a5e11afb7df269df3c2e42d8a5c6f46dd959e 501 0.18/1.00 vMB 33
386,974 386,974 00000000000000000a1db8d5b824f292edcc850c6f44272ec13f80d1e3dcbfc2 195 0.19/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.