Loading Tool

Explorer IconExplorer

Memory Pool

76,002 transactions
28.41 vMB
0.06685970 BTC
Random Selection Loading Transactions
Max Size: 172.03/200 MB

Candidate Block

Mining Attempt d76c7663958b586a7f7564db12d950f29e5f9e08c4fb4b29b27efa6a637b7951
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root bd3b9f591cb7f0a53a7f81f77e619a1f3a4374cf3e02f1aaeb381de4d47b085f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,642
Size: 1.00 vMB
Total Fees: 0.00811163 BTC
Feerates: 101.00 > 0.81 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (261,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,848 653,848 0000000000000000000180b9a8f5910ba743e3d7b021517a2796ba023f7b4ae6 2,618 1.00/1.00 vMB 134
653,847 653,847 00000000000000000008f4527e8770d0756253db0bc91dfecbd89e202a770625 2,287 1.00/1.00 vMB 124
653,846 653,846 0000000000000000000867f160899f5ccbf5e93e050195a0500d3e1bdc80993b 2,859 1.00/1.00 vMB 150
653,845 653,845 0000000000000000000755f97fbf0b926534633b075f0f237c5537b12b1599d4 2,489 1.00/1.00 vMB 155
653,844 653,844 00000000000000000005be99514786a7d5f37a3b2b5826477f11922291d37b0c 2,575 1.00/1.00 vMB 127
653,843 653,843 00000000000000000002c1287c354cbc466210f284dbd045dbe755ef6a8f54bb 2,920 1.00/1.00 vMB 133
653,842 653,842 0000000000000000000396778461cdb403956ae62f437ea6ba4c0adcedef3614 2,909 1.00/1.00 vMB 159
653,841 653,841 000000000000000000006cb12d462c807f08086fcb16d77cfb553f68bfa9630d 1,908 1.00/1.00 vMB 133
653,840 653,840 00000000000000000006215375d01122c83dc1dcf2da20e19b681537aee7d2ff 1,894 1.00/1.00 vMB 126
653,839 653,839 0000000000000000000e09544ee5b61526d89b7347b3af1c69197e6555264110 2,930 1.00/1.00 vMB 135
653,838 653,838 0000000000000000000db61c8018ba8f00d5dcabb017f2a00515c60bca0a0b5b 2,983 1.00/1.00 vMB 152
653,837 653,837 00000000000000000006ad766af541ae6516b415fb8109436ef82fcf86697c4a 2,272 1.00/1.00 vMB 131
653,836 653,836 00000000000000000008da7599c7be4d025be96b44046990f0e05d9dc9001339 2,118 1.00/1.00 vMB 138
653,835 653,835 000000000000000000008f001c87118da22b1e0748d974885c7b911add84c628 2,881 1.00/1.00 vMB 151
653,834 653,834 00000000000000000002a0895a18248be699207108f33d042a5ac88033c5c313 2,961 1.00/1.00 vMB 182
653,833 653,833 00000000000000000001d07419b932e4dbe15290257189201be768a3eb0ea566 2,479 1.00/1.00 vMB 86
653,832 653,832 00000000000000000001ab2189a2e461c7477dc5cff9100da5732f4a2ce65ab7 2,980 1.00/1.00 vMB 61
653,831 653,831 000000000000000000076cdddf8ea508f8b24c71c9f04766ae2055683d3684c6 2,300 1.00/1.00 vMB 87
653,830 653,830 0000000000000000000ae96fa57033cd841328f2e384eb9578958f4ef62c000c 2,661 1.00/1.00 vMB 79
653,829 653,829 00000000000000000001860d4797c08739dd75d85b37d89f11755df893f31a3f 2,592 1.00/1.00 vMB 87
653,828 653,828 000000000000000000023fc90aca76c8d1a6e2b82f1f6501a057f84f0e29e081 3,025 1.00/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.