Memory Pool Memory Pool Refreshing

3,073 transactions (0.83 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,092 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.83 vMB 3,064 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,091 (874,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,793 34,793 000000008222ceaf2cf1fed893afa71a1e96c7d6241dbca7df72665a2169ec5c 0.00 MB 1 0
34,792 34,792 0000000030e3be8c76c26466b7a85f123e780662ab77016a57ed731946487670 0.00 MB 1 0
34,791 34,791 000000001e5fd5d5e439e06ae47740cf16ead211e6d144a5095f3522644b5d56 0.00 MB 1 0
34,790 34,790 0000000034be463ce8ec385f460fe34ef6ed093e9e108cdc5546102f4ca694fb 0.00 MB 1 0
34,789 34,789 00000000b9cb447a937a56c5a138285bcdb3d9071d9d4c858f38c23643bbd7f1 0.00 MB 1 0
34,788 34,788 00000000c2bcdce6bd304c5b6ec274c0fe456ae10319f9e1ffb5f727cdcca2d6 0.00 MB 1 0
34,787 34,787 0000000006083bbf8ebf54135afb86165d62c8519563a9614c10f102e473e2c1 0.00 MB 1 0
34,786 34,786 00000000bc16fa5179303c1240fc2a58292968c742ea6250462de680a7f98ba7 0.00 MB 1 0
34,785 34,785 00000000a27cc10c62148a46e2d02c158d862d88ee9324a5d834fd0d7d7fcbe5 0.00 MB 1 0
34,784 34,784 0000000017f15b08f6cbb199fe5f3e64026827208746b336a9a783d09358586f 0.00 MB 1 0
34,783 34,783 000000008fac37761023bf2739e7e8a9df2ed541720797a66dd8a572adf724ca 0.00 MB 1 0
34,782 34,782 0000000036b170b202cc8339522fd73a517ab5367c3b17e6cd2ebeb767f3b646 0.00 MB 1 0
34,781 34,781 0000000065c5ebbff919f1b62604ecbacd9fe035db71251d604be941b402a783 0.00 MB 1 0
34,780 34,780 00000000bb75fad4893e12b0a1ebad87b858998f3569d8579cfe683e1239bf7b 0.00 MB 1 0
34,779 34,779 00000000311148ad373691382a94729dafd7f75695cd9e2a610bf140e3297bd4 0.00 MB 1 0
34,778 34,778 0000000001819e526c583e2f00390bde2cf09f4916aea06c808fab182e3116bd 0.00 MB 1 0
34,777 34,777 000000004968fa021d11f3f0703ed5497182542a98e69af50919c5b5443d5191 0.00 MB 1 0
34,776 34,776 0000000097bcf8073021a603cb8089bc09fddfc2422328dca67e438882875770 0.00 MB 1 0
34,775 34,775 000000005e278ce9e92687b8633f3a3e91e640367c0c2c80ceab634d0657cd88 0.00 MB 1 0
34,774 34,774 0000000004c6972f0936a65616aad39a78f29a4b804d1d3d010bae5eac454c9c 0.00 MB 1 0
34,773 34,773 0000000042e821a42b62ea8f545d6af661da4f004dd5bd4eda1fc5055a4c4485 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.72 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,910.72 GB sent, 106.12 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.