Loading Tool

Explorer IconExplorer

Memory Pool

82,298 transactions
30.16 vMB
0.13577986 BTC
Random Selection Loading Transactions
Max Size: 182.24/200 MB

Candidate Block

Mining Attempt b89fde5b65a08ca439238a36da164d1a84d772aff26d7538b2ec1141f7b891fd
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 0f994b9b96824c401ae94ee800f6d1cc9fecf4aec6c0a772f8d27749d10d443a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,254
Size: 1.00 vMB
Total Fees: 0.05641691 BTC
Feerates: 477.45 > 5.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (479,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,804 435,804 000000000000000003bc7ffdd398a640fb0f1d7b336f413291ac3e0ae4f83f87 2,214 1.00/1.00 vMB 68
435,803 435,803 000000000000000001ca9fe8bc6e95b51e224dc901a3d8c6081af6c8cc4b5aa4 2,626 1.00/1.00 vMB 63
435,802 435,802 00000000000000000337039e51e462be5e1b868ceb180aa28d394d7993e37858 2,236 1.00/1.00 vMB 78
435,801 435,801 000000000000000001dfad0e0cf8d3bcc48dd8bf7c438acb00f634f68ad3c3f7 2,107 1.00/1.00 vMB 61
435,800 435,800 000000000000000000bfc17416fe33ad539247d52673b7ddec33ad08bc5e0607 2,461 1.00/1.00 vMB 64
435,799 435,799 000000000000000004083ade3ff3f26936e53e2afeb48e34f23d0d8e2f51fc3f 2,848 1.00/1.00 vMB 57
435,798 435,798 000000000000000001dce29988179842d882d636c9917aadefc8acf0950d78d3 3,625 1.00/1.00 vMB 61
435,797 435,797 00000000000000000016b4d2eae1361899ce586ba0417f1fbea70dd678aafc7d 2,378 1.00/1.00 vMB 68
435,796 435,796 000000000000000000ad3c06f80ed74e564e20238148da7e921508830ef61005 1,684 1.00/1.00 vMB 57
435,795 435,795 00000000000000000243abb522b4b06e7062201cb3fc9da98104e9f1f3c7ff8c 2,105 1.00/1.00 vMB 77
435,794 435,794 000000000000000002458d41227df37474d120e500d0768766bea6f3520fef5c 1,969 1.00/1.00 vMB 96
435,793 435,793 0000000000000000022d5f07928bdbed163fdb2f112edf295fe8275a9f4d732d 2,179 1.00/1.00 vMB 87
435,792 435,792 00000000000000000208fe0c5cd743f7ef282cdcfdc199ff4a64af6b039ab1f8 2,924 1.00/1.00 vMB 76
435,791 435,791 0000000000000000036b08b75e161718568ebcf5fba3cc196cba6602d9671af7 1,094 1.00/1.00 vMB 96
435,790 435,790 00000000000000000296af34a6fccf0feaed5b01df5417b545fd5f8a081afa83 2,436 0.99/1.00 vMB 63
435,789 435,789 000000000000000000e8c2c44a79ea310452db3e229e60088693d4c20769609e 1,657 0.75/1.00 vMB 91
435,788 435,788 00000000000000000023d5129fe151d6ba83417ac9c7a314de57ec2fb49c5c6d 1,017 1.00/1.00 vMB 97
435,787 435,787 000000000000000002862472e795d332d397a8ae2064cd394727acaed3984d11 1,027 1.00/1.00 vMB 110
435,786 435,786 000000000000000000ee9d1df4d7cdaf881c7215f2ab709fa9ecc57d6a682762 1,812 1.00/1.00 vMB 63
435,785 435,785 000000000000000003a301095c934ccf831c6337cd450228476cb6e6c801065f 1,123 1.00/1.00 vMB 99
435,784 435,784 0000000000000000040a8f4984454dbe291d2c44faabffde7be3ae11c99d3d52 958 1.00/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.18 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.