Memory Pool Memory Pool Refreshing

2,686 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,134 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (8,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,508 899,508 00000000000000000000cbfd712b57e48b0e9e12c3f5cab5208470234ab85eef 1.63 MB 3,718 2
899,507 899,507 00000000000000000001696159c5efee4430cf57cc1d99b8925554f23b27c9a3 1.55 MB 2,317 2
899,506 899,506 000000000000000000010f35fedeb58bee52898ab71d758b2830d548d838271a 1.40 MB 2,592 3
899,505 899,505 0000000000000000000087f81fd3c40e39181f7d667edf2a50509659b868d7de 1.27 MB 1,320 2
899,504 899,504 00000000000000000000cab405c95fe0ad9c813f44d1e34efd9cbc4d5a4eae69 1.62 MB 3,540 5
899,503 899,503 000000000000000000000c5b08bd2c0b3ff397a780cb278155cfb40be1e9bd64 1.69 MB 2,172 3
899,502 899,502 00000000000000000000047c75b9154a44adac851b535fa43e99d967c2646c6c 1.71 MB 3,306 6
899,501 899,501 00000000000000000000faa8ecbf90a34a8fab4ce35351b727a16e1e2e144ce9 1.72 MB 2,439 3
899,500 899,500 00000000000000000000128ee23eb60a100ad9629770689c734457bf0542e77e 1.83 MB 2,968 3
899,499 899,499 000000000000000000001b9fe8bd55393924e88d176f4862f6f90dad15b4ffa1 1.64 MB 3,308 8
899,498 899,498 00000000000000000000947b771e5a036778c8c18e1b4dc8b1989be1f0e789b2 1.57 MB 1,471 3
899,497 899,497 000000000000000000019933b5f4ddb6aeebaccf5beec6756804b9a73db5684f 1.68 MB 2,975 4
899,496 899,496 000000000000000000010105f12af5e2ac34ff3e866c1d9c9512f73d84ffa92a 1.56 MB 3,751 2
899,495 899,495 0000000000000000000158a7697cf1fa145028c431a62cc086fe9a754a6615dc 1.35 MB 1,904 1
899,494 899,494 000000000000000000018a89b0a9d8dd557df755f8aaa77b9e9facdc0d3f99ac 1.77 MB 2,894 1
899,493 899,493 00000000000000000000d5992f1a49f46362ebd773354149b8285259e080a3a7 1.56 MB 2,168 1
899,492 899,492 00000000000000000000cdb6fbe193f25ba3c0097a0f7a781007b9f8ed34de5e 1.57 MB 2,534 3
899,491 899,491 00000000000000000000b1984efae6a8d0487bf44649662b14db3731be480833 1.14 MB 437 2
899,490 899,490 0000000000000000000104a99445bf97da7542b38a156160475ad794016a6a66 1.12 MB 737 2
899,489 899,489 0000000000000000000123f8fbcaa1d1726b49558273b61457b8b2dc4d4256e9 1.07 MB 389 2
899,488 899,488 00000000000000000000b5c2662fb2edc8c0f54dbc39c240640ecc56feff08e5 1.04 MB 328 2
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.