Loading Tool

Explorer IconExplorer

Memory Pool

80,338 transactions
30.05 vMB
0.11899599 BTC
Random Selection Loading Transactions
Max Size: 180.28/200 MB

Candidate Block

Mining Attempt 2a3976e6059e467fc84929d507c65368269275a327adfea245d4671a5d6a1035
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 02189681a77cf02ee759f1e307b48d46198a97c6774bb3aae22ea498d5172ec3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,785
Size: 1.00 vMB
Total Fees: 0.05756685 BTC
Feerates: 180.34 > 5.77 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (444,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,927 470,927 0000000000000000017f1627210b054ed4710bfd2c58f72076a1d8efbeaadbfa 2,244 1.00/1.00 vMB 346
470,926 470,926 000000000000000000654ec4b62c698ee65c9d9cf27c26d5fdfc2af6901a67df 2,213 1.00/1.00 vMB 312
470,925 470,925 0000000000000000006c4c203be64aa0a4d80fc5391f4ebe40ca88ccb0bcb202 1,589 1.00/1.00 vMB 249
470,924 470,924 0000000000000000008d109c1b60c457ab01f0e7ba6b4b2ccd352b6a4220749b 2,161 1.00/1.00 vMB 385
470,923 470,923 0000000000000000000a29d2193e9404325fe77bbb99b43048df35b822cf2440 1,964 1.00/1.00 vMB 348
470,922 470,922 000000000000000000a02af91b3d0088deb5b19bfbd229fe04f2252081dbbda5 1,995 1.00/1.00 vMB 254
470,921 470,921 000000000000000001394a18b1580e2c26702bc651afd5f38127240d83b1923a 2,205 0.99/1.00 vMB 361
470,920 470,920 0000000000000000002c7505ef2272e0677fa53d68d633f8e076ed42dd3380e6 2,024 1.00/1.00 vMB 356
470,919 470,919 0000000000000000009beb3e32683c7489c110e7f5cd21287960bdd429da257b 1,106 1.00/1.00 vMB 86
470,918 470,918 0000000000000000009fd5c077a5a46fe7c0c66ddf82fb19eaf2b493d2373254 1,436 1.00/1.00 vMB 203
470,917 470,917 0000000000000000011adff1706a53b5ed9f2f0685b2383ac23a85f93a924089 1,624 1.00/1.00 vMB 271
470,916 470,916 00000000000000000196eeb5a19ff8d8c574ba6927397d13739896321b3f4566 872 1.00/1.00 vMB 92
470,915 470,915 00000000000000000004fcac1e558d2d6031d73b14db5cf67916f712081912e7 1,255 1.00/1.00 vMB 74
470,914 470,914 000000000000000000051d8e3a33e4da2fdf008d35cf161382a5639e66b57c4a 1,398 1.00/1.00 vMB 230
470,913 470,913 0000000000000000007bf326411eda7f68a70f6cfe24b0a53d94cd383398e5b1 2,623 1.00/1.00 vMB 410
470,912 470,912 000000000000000000a91813a1753ffbf6813bb3185a6c788c2de241199d935c 234 1.00/1.00 vMB 45
470,911 470,911 000000000000000000f743318072c02f6fa1bc0d5d7aa38182ac68e201a2f7c3 785 0.91/1.00 vMB 148
470,910 470,910 0000000000000000014f056157fcec35015c86312eeafd8e8d96b5dd5611aba1 745 1.00/1.00 vMB 53
470,909 470,909 0000000000000000011c289486993298b7399e9a313d206d0ef43d306b7b703b 1,628 0.99/1.00 vMB 136
470,908 470,908 0000000000000000011bccbc488f43b1ae3db03c72fcfe482e1f4a00dfed9261 2,055 0.99/1.00 vMB 307
470,907 470,907 000000000000000000dedf0b84c27ae9efbf09518d8a42afde2f16d5834fa2e6 1,934 1.00/1.00 vMB 385
Previous 10 blocks ↓
Total Size: 782.38 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: 664.48 GB
    • Received: 14.99 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.