Memory Pool Memory Pool Refreshing

2,849 transactions (0.83 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 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,057 00000000000000000002349e0000000000000000000000000000000000000000 0.83 vMB 2,832 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,056 (900,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,633 8,633 00000000e1890040f7ae27ee86da324af47712fec7e8c5d4614509238536b96c 0.00 MB 1 0
8,632 8,632 000000005f5e2da1c33bc6d86e8a06412b662aad01d3b931b3d3e1948092d447 0.00 MB 1 0
8,631 8,631 000000009bbb1f2b7f1256f8ba6a7a21811f02ab84267f30f8a97284b358b663 0.00 MB 1 0
8,630 8,630 0000000080b7a2f6ddcf79cef1eea9a7c0bd729fbfdba1226e27964c98908035 0.00 MB 1 0
8,629 8,629 0000000027c5b3cf68cd0dc05922fa2bcef175ec4964810141e220acfe2dd9ab 0.00 MB 1 0
8,628 8,628 00000000d1fcee238fcae561f10203826653a7192adff3a8ebb8a7617ffce7d8 0.00 MB 1 0
8,627 8,627 000000000f5e969b70e454cf7dcf9a5c33ff68614a309650fd7e16408c10995a 0.00 MB 1 0
8,626 8,626 00000000bd06bd94afbc5a18d207e06e6c7236782db0f6bc466fd32cb98e3534 0.00 MB 1 0
8,625 8,625 00000000b1b293d82e4d00be6ab2e0c106c9d15ee26f4289e572f4209d27c86e 0.00 MB 1 0
8,624 8,624 00000000aa529a2a6a344eeacf1b9dae8e5e76c8bcc31bb2aad01ecb42a53f75 0.00 MB 1 0
8,623 8,623 000000009b7725ad1c7e9b3b2e0d80436d6013d620ce80c94e4d210ee6d75f15 0.00 MB 1 0
8,622 8,622 000000009bf8117c8dba39cb4aeb72a6297286de4cd628481acab45dd645166d 0.00 MB 1 0
8,621 8,621 000000006b42e1d71181aadb7c104c0f7d68407fd576158c467427367afb3501 0.00 MB 1 0
8,620 8,620 00000000a21fce31e6146319bf426fcb54556266d7f3ec5b13815eb032aef3fb 0.00 MB 1 0
8,619 8,619 00000000c19d44a43443f81bcf4cf215168c63a28e47383f718fc12a305f36c2 0.00 MB 1 0
8,618 8,618 00000000b57cc4526ae7344fc61c79d936ea4cdc9a69f5800f9ec1a7c5c9a454 0.00 MB 1 0
8,617 8,617 0000000056715ad182f92728ad911ac9e5e7a2d5490b57d6a5b2001d049ee1ff 0.00 MB 1 0
8,616 8,616 00000000cdaf56834e72c459dfa4ed9025b42e9fa5a86d5bde39f98b8848d0f1 0.00 MB 1 0
8,615 8,615 000000009d640b0a5751d997cffade8a7e2e1e91c0c0bf6b395581c2801de0d1 0.00 MB 1 0
8,614 8,614 000000008787f54e90e3b15e55ee664fdedd2a5c2bd37d51cb52324c6a41cc40 0.00 MB 1 0
8,613 8,613 00000000b2cf993521124863c5f2223ab6b25914dbb79abf8a70ff8ca516f70d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.65 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,897.67 GB sent, 105.76 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.