Memory Pool Memory Pool Refreshing

5,498 transactions
2.15 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,700 (410,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
497,662 497,662 0000000000000000000835c26847bcc5578829c244c24b9510146416587c7303 1.05 MB 2,104 34
497,661 497,661 000000000000000000c9466a55f9859ee3da49d402ca130ca06b6219b3400485 1.05 MB 2,187 127
497,660 497,660 00000000000000000023c3c240abd1d253488d7644caffd750ecbad2755bc0c9 1.06 MB 1,993 122
497,659 497,659 0000000000000000001b45de1b3eb87378afb14946e27f64439751032ab09691 1.08 MB 2,856 105
497,658 497,658 000000000000000000444a362d077b678c3fbc01d5b6743e4ee9cf1ce4004a52 1.06 MB 2,813 90
497,657 497,657 0000000000000000006bf378b50e803e07579961e5a814bf19fea284892f05fe 1.12 MB 2,642 100
497,656 497,656 0000000000000000002ee661c4391b4d046a8844d67a5c9645da9bb6b3d01a42 1.10 MB 2,396 132
497,655 497,655 0000000000000000004cded8637f3e9471b866237e50d682cc3bea9bed3a991c 1.08 MB 2,584 162
497,654 497,654 00000000000000000043d5041d314b84bb18be63e62662760c4f54945e0b6a2c 1.10 MB 2,538 167
497,653 497,653 0000000000000000006cd5c6762bf77d597d70a386bfcb4cc1ac56f15bb48b68 1.04 MB 2,590 206
497,652 497,652 000000000000000000bdda81e0e29a2721a62133253e4bb9bf3bd1546044b141 1.07 MB 2,820 82
497,651 497,651 00000000000000000022f78c1965420dceff1528d019d5858d91e02d6a9c8785 1.07 MB 2,287 174
497,650 497,650 000000000000000000b9fcd755cba23c18a4712562f411b150c253383531f5b6 1.04 MB 3,412 40
497,649 497,649 0000000000000000006f9cda4b350eaedb0ea204530b9f2843fbe1643bc62900 1.07 MB 2,421 98
497,648 497,648 0000000000000000006fc8bbaa26a57c87f16b710d318e4f661aeba21eaa793f 1.09 MB 2,460 123
497,647 497,647 0000000000000000006486dba48d55d5cda7ee76b877feeeda357fff5e008f04 1.08 MB 2,486 178
497,646 497,646 0000000000000000001504eae46f5d0be29e969a26c9ff84bfab47290345fb6c 1.08 MB 2,302 133
497,645 497,645 0000000000000000003d1af60fa2de54e234312a15c4c58267e6735da8f58b29 1.09 MB 2,022 175
497,644 497,644 00000000000000000000e0ad0c22bccf6d72f8ad7e2beb78f598881e5b5e74dc 1.07 MB 2,688 78
497,643 497,643 000000000000000000a5953fde8ae7207545b846167611033e9d05f9868fce79 1.06 MB 2,616 77
497,642 497,642 00000000000000000034b0352c57e2f6a429176a5f0f0ca39eea199d6be4e8f4 1.06 MB 2,610 106
Previous 10 blocks ↓
Total Size: 768.99 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,616.52 GB sent, 92.74 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.