Loading Tool

Explorer IconExplorer

Memory Pool

43,647 transactions
28.12 vMB
0.07517257 BTC
Random Selection Loading Transactions
Max Size: 148.45/200 MB

Candidate Block

Mining Attempt 087efa98e9af10ee36e68655c1a53c8be9e227e9da3640a1aa7be734d5dcaa8d
Version 20000000
Previous Block 000000000000000000006d9cca170a6dca76a62d52ce159ce88e03787eeaed6e
Merkle Root a7ea4926c7bdd2947d44c6c8ad846f3c94f8042c892e2ea4f5f43c5a3e2bf22b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,679
Size: 1.00 vMB
Total Fees: 0.02207243 BTC
Feerates: 100.30 > 2.21 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,833 (178,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
736,118 736,118 000000000000000000056a45812aea6f42ac15ea3dfc29ec87811fbae687cdbd 2,628 1.00/1.00 vMB 19
736,117 736,117 00000000000000000006875c55dbbce8c87f97cb951392212a7f808d684296ae 3,221 1.00/1.00 vMB 23
736,116 736,116 00000000000000000004116af728e65bff0300a02185b53a60d0bb34660cc8d8 2,957 1.00/1.00 vMB 29
736,115 736,115 00000000000000000003196c1c141431659785d50dca206bd84ffd8104787583 2,600 1.00/1.00 vMB 29
736,114 736,114 00000000000000000004cab29f23e13202a5fdc27c180f4aac1b36089faf63bf 3,184 1.00/1.00 vMB 20
736,113 736,113 00000000000000000005bf7253f51d065799532e1b6d9b49eaf831bdf31d649e 2,261 1.00/1.00 vMB 29
736,112 736,112 00000000000000000000b03fb6f11671d136069a323839aa8a5b2f7387ba75d8 2,693 1.00/1.00 vMB 21
736,111 736,111 00000000000000000007cb44790e2edb0b03e671a2b79bc3eece58a80fc28596 3,991 1.00/1.00 vMB 24
736,110 736,110 000000000000000000012b1c987fd0877c6a8885e44a2d79e9d00b6ebdc63d19 2,738 1.00/1.00 vMB 38
736,109 736,109 00000000000000000000394ec2343fe6ee15f037a50bfd74dc802ec464b5ad36 3,310 1.00/1.00 vMB 33
736,108 736,108 0000000000000000000512204b894c2dc838d74fe059882afdef22477765d9e2 2,681 1.00/1.00 vMB 25
736,107 736,107 00000000000000000005098cc58d44007a869fd8cd0acaba4069898020840bb7 2,560 1.00/1.00 vMB 29
736,106 736,106 00000000000000000002a1dc74cae5a0320d9b14aa57362a595e06cb07ad40b5 2,473 1.00/1.00 vMB 18
736,105 736,105 000000000000000000036e333aacc2e9bc195a3614a06545326c1d66a392dfbf 2,697 1.00/1.00 vMB 20
736,104 736,104 0000000000000000000125bd6a3783347a51160de2f31655315264f87f5e77ae 3,237 1.00/1.00 vMB 20
736,103 736,103 00000000000000000008264c9f9f073372d7afb84f1e5cd3335136dbd6ca7e54 3,223 1.00/1.00 vMB 29
736,102 736,102 000000000000000000065700bf4d07ee31b9e4b1c84db6905b74f9dbb12aaa90 3,603 1.00/1.00 vMB 30
736,101 736,101 00000000000000000003b0a5c0b09323a6f5f4e9d30dc52f813450ef64921ae8 2,356 1.00/1.00 vMB 18
736,100 736,100 00000000000000000001777a89ee3a74a61dfee21527277158f1e14e007a1db7 2,633 1.00/1.00 vMB 23
736,099 736,099 00000000000000000007f7a8bc479c25ad990ffe0cc29e6a55675ada1940248c 2,802 1.00/1.00 vMB 21
736,098 736,098 0000000000000000000008c2fc7fcd65cc6b889695da6ecfd8027ddccab0ec57 2,550 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.10 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: 651.63 GB
    • Received: 13.60 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.