Loading Tool

Explorer IconExplorer

Memory Pool

75,752 transactions
28.33 vMB
0.06446189 BTC
Random Selection Loading Transactions
Max Size: 171.60/200 MB

Candidate Block

Mining Attempt 367d3e38d46f331d9bea73e3c021ba7e379d348f3afecd275ba9947e55b0f71a
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 007a5a1de64e35e3a20acf49b59259a60fd77cc3ef234006f8fdb8d5d96d442f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,942
Size: 1.00 vMB
Total Fees: 0.00573004 BTC
Feerates: 101.00 > 0.57 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (266,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,945 648,945 00000000000000000005ef70eb1ac0f3cb756124f8f2be12ff4bd257c2d96d8b 2,715 1.00/1.00 vMB 66
648,944 648,944 00000000000000000003493a41c8d4cd763958dec505265d9b8827f66afa4e01 2,701 1.00/1.00 vMB 76
648,943 648,943 00000000000000000003a580a82e965bee98523d522558f4a0c12fe6fd392179 2,370 1.00/1.00 vMB 86
648,942 648,942 00000000000000000004982e9a1080f40e7ab6571366839965ad24974f2ae86e 1,810 1.00/1.00 vMB 86
648,941 648,941 0000000000000000000d2b814674dcd6126b7a30675d8e7a3ce6691b5658095a 2,873 1.00/1.00 vMB 125
648,940 648,940 0000000000000000000d2f08177b7bfd34104800f16778959caaa8b06f59a50e 2,569 1.00/1.00 vMB 77
648,939 648,939 0000000000000000000deaff1cad7cf92fa83b4d4150e1df3df549a11fd9089f 2,901 1.00/1.00 vMB 43
648,938 648,938 00000000000000000008ed245f15af0d5f74493c9a266ec9526f112dd3a5ca37 2,879 1.00/1.00 vMB 37
648,937 648,937 000000000000000000054c01d6550982b43956d6ba87b4e582b7a326eaf0a62f 2,973 1.00/1.00 vMB 50
648,936 648,936 0000000000000000000efdaae0d04ee08591770536f62eb4e415b7f34bc804f5 1,997 1.00/1.00 vMB 93
648,935 648,935 0000000000000000000a6f75b194468015bdb1dfa812ddc184d294008d602c78 2,777 1.00/1.00 vMB 51
648,934 648,934 000000000000000000077c9cbeec4ccff9c33814db9fd3b8940a948629162bb6 2,474 1.00/1.00 vMB 59
648,933 648,933 0000000000000000000e4a7ee4454bd8ad2cb124d767eabbe9df3181a03dff0e 2,778 1.00/1.00 vMB 70
648,932 648,932 00000000000000000008ee0219c4d35a2d25c1d62ecf518b544caebf624d60f9 2,655 1.00/1.00 vMB 99
648,931 648,931 0000000000000000000fc520ab04b595f1adf18731ac93cae0821ad924d54a30 2,331 1.00/1.00 vMB 125
648,930 648,930 000000000000000000023f90f073fc18ef286e6bd41fb82ffee4f4edf262d9ac 2,031 1.00/1.00 vMB 43
648,929 648,929 0000000000000000000f8c1c32735d25a394e1debc4ffb1686a93225052d2884 2,275 1.00/1.00 vMB 89
648,928 648,928 0000000000000000000ef292a7a9af9c1a4ac87ff8c92229f528edb2fe947483 2,863 1.00/1.00 vMB 47
648,927 648,927 00000000000000000008a848d69d2046d203c35d4ae4c6facde636abccbd8053 1,393 0.48/1.00 vMB 27
648,926 648,926 000000000000000000029437bf0dca12069a67fcaf890f7b6e653fc46ff0a6ad 857 0.38/1.00 vMB 22
648,925 648,925 00000000000000000009246321ad8a06f3a70595fdb53d4669b449866e3323e9 174 0.44/1.00 vMB 6
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.