Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

839 transactions (0.30 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,485 000000000000000000022cb30000000000000000000000000000000000000000 0.30 vMB 833 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,484 (1,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,878 908,878 00000000000000000001116837c4c2e4bde34442d1c8a91b8647808ed656aab5 1.57 MB 3,645 4
908,877 908,877 0000000000000000000098708d4a5799c67e1d8591b713e6b8942286f0ff203e 1.48 MB 4,366 6
908,876 908,876 000000000000000000012c064a130738572eb722e2ec07148bb8a59dea24100e 1.44 MB 4,084 5
908,875 908,875 0000000000000000000098c087bfd6db7d4375135247d06e47a4fd9fbbc10135 1.48 MB 4,074 5
908,874 908,874 00000000000000000001e978cc259c63f9c6e877c4a0743ea974b3037c4ee4ea 1.61 MB 2,557 2
908,873 908,873 000000000000000000018d811908f138f1f0c1281bfda04146134f8d3508b4be 1.65 MB 3,045 2
908,872 908,872 000000000000000000006a9b129a5854dd6011358f0f36766738f53622c90eb4 1.74 MB 2,406 2
908,871 908,871 000000000000000000006815684f409ca0ba71639e6b30765f61d9608aa87b87 1.58 MB 4,052 5
908,870 908,870 00000000000000000000ccf9e690cc430721c1566e43ed490e57bbd898b136ee 1.43 MB 2,160 1
908,869 908,869 000000000000000000005b826b0a9e7c473d29a61ed378f1babaaddb3e54b213 1.48 MB 2,479 3
908,868 908,868 00000000000000000001e71cfe8e546f6ffe9c2d320c34156efce0536a01ee51 1.53 MB 2,545 3
908,867 908,867 00000000000000000000133c790eea2eec71ba86bfb1db0bb7f897f309e2539b 1.76 MB 3,211 5
908,866 908,866 00000000000000000000135f4bcbd2354d2022611e59af6bdf781c08c1d77ece 1.61 MB 4,050 5
908,865 908,865 000000000000000000017a69d88aab87b91c1c2820bc5733fd11591d883b2b93 1.58 MB 4,650 3
908,864 908,864 00000000000000000001ab2dcdc945c3dc208742bab89636dcb8d9c27a14453b 1.51 MB 3,953 5
908,863 908,863 00000000000000000001715ac8d4a38d36ad13e15b704defb17173fb5eac4292 1.52 MB 4,213 5
908,862 908,862 000000000000000000009aef59a8c1326130da185bd20899533272af196dcff8 1.62 MB 4,094 4
908,861 908,861 0000000000000000000042139c0f910660d9e17b70a4849789e5e809b9b09902 1.52 MB 4,336 8
908,860 908,860 00000000000000000000414cdfd376e7f3c6b83605ce3b7eae6967d53025b890 1.60 MB 3,349 2
908,859 908,859 0000000000000000000155a68b871dfc9ac6cf3546c32e49ba7e0cc75c1dd630 1.28 MB 2,627 2
908,858 908,858 00000000000000000001b402f67d1528cdd5e88a925964b81fd5c1de105b16b6 0.35 MB 844 3
Previous 10 blocks ↓
Total Size: 774.29 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: 2,243.87 GB sent, 119.98 GB received

Notes

  • This page updates every 5 seconds.
  • 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.