Memory Pool Memory Pool Refreshing

7,877 transactions (2.72 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,781 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,805 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,780 (851,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,807 56,807 0000000005d64d6ead76229a91279c266ba857d65bc4815152a90ea4b5b119e5 0.00 MB 1 0
56,806 56,806 000000000efec96b2e435853df9af27a12795fc8415f7636464750bfe576775d 0.00 MB 1 0
56,805 56,805 000000000c584f41aa58d2b6fcb165463e85a29014486b629848c89689467049 0.00 MB 1 0
56,804 56,804 000000000e39bf8b56a09b725d0c037b479205cb23b705704f91724b2312ae35 0.00 MB 1 0
56,803 56,803 0000000007b2890e714815775f7aa6dd2da821e111d00666c542e5977c287fbc 0.00 MB 1 0
56,802 56,802 00000000034b730a52b31e8f9310fcdaf5d1f3bc29ed46fd35417d47c87869cf 0.00 MB 1 0
56,801 56,801 000000000492599f1c9f2583861041a32171631f55e0a3abddab06b2a4bcebdc 0.00 MB 1 0
56,800 56,800 000000000f1facac04f40235188b6ed052086f4491b1b933ce2c36990d771190 0.00 MB 1 0
56,799 56,799 0000000005679bc75fe3f8d9ead26b7e0700781b600b06ce5c1cf1ca2ed1e566 0.00 MB 2 0
56,798 56,798 000000000e62f15749eca2ce3e60e821f23fe89a1d8cccd0b290192e9a021ad6 0.00 MB 1 0
56,797 56,797 000000001474ceb5c6bef3a8daf51b816e855d00fac61e4efd0820026fa5e65c 0.00 MB 1 0
56,796 56,796 0000000006cffb1c7ef5e95c948cf095a4e885fbff33aa7ea9f75417b652371b 0.00 MB 2 0
56,795 56,795 0000000000913a4aa2d6db11cad9a597bb2b4d50818dcdd284a75dbf95cfaaba 0.00 MB 1 0
56,794 56,794 000000000c2a1ea3f6bb93fe19bfc9f3507257f12a06a2a9a1a946b6b0668a81 0.00 MB 1 0
56,793 56,793 000000000209cf933963431c30e1439cd808aeb2da7e9e007b5c8bdcf1704f17 0.00 MB 1 0
56,792 56,792 0000000004f40bb0d45fee2a82b878705a6bbcf19314363329ef07623135a762 0.00 MB 1 0
56,791 56,791 0000000008197b6b1beb8b51ae1cec83da63f21e480e524fd94cca1ec642450a 0.00 MB 1 0
56,790 56,790 0000000012aabb9310fda004a16990fe56e248d4660496328355c9a8daa136c9 0.00 MB 1 0
56,789 56,789 00000000094c3612520f9e6283c00678622c1e141d23f2baa68f28b7b4d45a53 0.00 MB 1 0
56,788 56,788 0000000009691d0501e7b33a2fb27b618451207ad5eb401e9ba1600932aa171e 0.00 MB 1 0
56,787 56,787 000000001321cddda8d5d7563c58808fbd015a34abf70d10e8db52c7ae54bb5e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,856.92 GB sent, 102.79 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.