Memory Pool Memory Pool Refreshing

7,511 transactions
3.46 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,921 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (583,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,632 324,632 000000000000000012a5a41041012e59660c930506f00b31d23a5b0d59cb80a6 0.50 MB 1,469 41
324,631 324,631 0000000000000000085c18be04bfc92870134a6cf1a6a52d42f1a8eb87612e1f 0.15 MB 312 28
324,630 324,630 00000000000000001c6d399594717a4999aaa5be2743a8409a32f5a3f8f71b7a 0.04 MB 81 17
324,629 324,629 000000000000000004f754fd51c70e4a4bcd6e9f991ef37cd6645ff9bcf8f255 0.93 MB 1,776 41
324,628 324,628 00000000000000001ad6437143752acc8f5c98771708be5982473f5c9d1bdaa0 0.35 MB 628 29
324,627 324,627 000000000000000013a60d4ee337b0873a27a9bc3e0d659d40f05c1e446eb1b9 0.20 MB 320 27
324,626 324,626 00000000000000000717280d9d9ac23834a4e59f3fa6408738f2bac2c4a0c1f3 0.09 MB 183 29
324,625 324,625 0000000000000000124efcd98160187c2e59608579635416646074976cc3743b 0.23 MB 448 28
324,624 324,624 000000000000000009f34d92c0cda07dfe4ccb7cc75c7364b0f72a5e6c2da0fc 0.17 MB 341 31
324,623 324,623 00000000000000001aa9dbecc513534dc068eb4f66e7a24ff810883872fe63b3 0.11 MB 260 27
324,622 324,622 000000000000000011d29ac2d7390c4cbe4acf735bda70075eeeb3c315f96550 0.25 MB 380 27
324,621 324,621 0000000000000000158ace68a35268b704073c9e96a87b5ef31fd80e9939240b 0.06 MB 138 33
324,620 324,620 00000000000000000abb0d7044ca868fb04a1806ccaa47e432c688dfa1f84fee 1.00 MB 1,542 29
324,619 324,619 000000000000000013b364fd8ee1c23240818aaf36f24fff0903bd401b57c10e 0.00 MB 1 0
324,618 324,618 0000000000000000023727460cf00d53e7c84d8d2df2687088b3296edd17087e 0.22 MB 388 30
324,617 324,617 00000000000000000a77c20ee34b7b0a8e0f0478eec5980c726256b5047b1021 0.87 MB 1,500 30
324,616 324,616 0000000000000000163af2b57a93cbfc73d2f2ce94ca38161874c257a4e94977 0.31 MB 645 32
324,615 324,615 000000000000000000e3308ea3be2d8d1a1f914eb33b2c2f3c464d415e67916f 0.35 MB 602 28
324,614 324,614 0000000000000000148a96b046c567151216b293001cf45778b4e303852f424e 0.22 MB 365 25
324,613 324,613 00000000000000001964c381964e17f2599af2c28936605ba860acfc69f12195 0.19 MB 349 30
324,612 324,612 00000000000000001ab3761280c81f5c44f534260acfea8b2550cc0a95a38069 0.04 MB 88 31
Previous 10 blocks ↓
Total Size: 769.03 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,624.86 GB sent, 93.01 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.