Loading Tool

Explorer IconExplorer

Memory Pool

41,226 transactions
26.29 vMB
0.07423831 BTC
Random Selection Loading Transactions
Max Size: 136.92/200 MB

Candidate Block

Mining Attempt 6e0bcdd3aeef96b83814c3df8d898bdcf720f01a8cf7b3b03d8f31a9cf7b99b0
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root fb6afbbb705b4c06c0867981b0d33de99c2b8c8a69d3abd90075a90bbf183c0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,701
Size: 1.00 vMB
Total Fees: 0.02619213 BTC
Feerates: 150.98 > 2.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (125,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,876 788,876 00000000000000000000d28cede3c939a99fd5d257f15a200e21a90d685c7d50 5,013 1.00/1.00 vMB 357
788,875 788,875 0000000000000000000301cb804d8523d45f261bff73429ae42197674cb5b298 5,177 1.00/1.00 vMB 269
788,874 788,874 000000000000000000007c73fc8f649e76e0ed64d9e38b29dbfcea5fe12a21e9 5,086 1.00/1.00 vMB 338
788,873 788,873 00000000000000000003463c7a073949132cc4fe65253fcc7215389f270608a1 4,980 1.00/1.00 vMB 410
788,872 788,872 0000000000000000000519fd7f0a29302c28fc8ee619483e532d2abaf732456b 4,845 1.00/1.00 vMB 462
788,871 788,871 0000000000000000000551eae5b47b531d8c555dc1d3cc3353a642161570a6ca 4,695 1.00/1.00 vMB 415
788,870 788,870 0000000000000000000091a38510588447f7b8e6a9d22b4379d14511e4296948 4,406 1.00/1.00 vMB 459
788,869 788,869 0000000000000000000455cc9887f3c1a8402798c7a13161707f9104d29dfbac 4,663 1.00/1.00 vMB 213
788,868 788,868 000000000000000000000e17e54e842d9c1b04f1083270482fbd9a7149fa586b 5,080 1.00/1.00 vMB 275
788,867 788,867 000000000000000000044987209c6c616ca82fbbf91bd76a408f03f20cef4ace 4,836 1.00/1.00 vMB 300
788,866 788,866 000000000000000000030fc0b59e15fd438f30e9e21cee3a397c74d84205c499 4,502 1.00/1.00 vMB 297
788,865 788,865 000000000000000000009d787152e0deffca45a93402bf4e412e239a11dfd809 4,218 1.00/1.00 vMB 220
788,864 788,864 00000000000000000001610bf6dc2eded388d373481717f9d577c40353d489e1 5,062 1.00/1.00 vMB 274
788,863 788,863 00000000000000000000290f64ca4cfdb882b8dfd29fc128481206dfeea4a833 5,128 1.00/1.00 vMB 232
788,862 788,862 000000000000000000034483d0a9a911b0e759aba1bb17e2de0b1bcf428f5b1d 4,164 1.00/1.00 vMB 382
788,861 788,861 00000000000000000000986f4dfdbd077848628ab2ca00a3dd2b96d5c54a8f87 4,221 1.00/1.00 vMB 240
788,860 788,860 000000000000000000033ad5503aebe9912f3aa16e5071bc444aaa15340b9bb3 3,893 1.00/1.00 vMB 287
788,859 788,859 00000000000000000003e62d898f03489cd77f6d43999b0ce00b9e1296c99a99 4,436 1.00/1.00 vMB 275
788,858 788,858 00000000000000000002865b337886a832c6405af98cb3b7082b2e10874dd497 4,344 1.00/1.00 vMB 279
788,857 788,857 0000000000000000000581ca471f14bfea7f8ca19c0e3c2fa091073fa7c54490 1,968 1.00/1.00 vMB 269
788,856 788,856 00000000000000000001757d95722fccf7e63bfb064a376ad425637dd5b98b99 4,668 1.00/1.00 vMB 326
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.