Memory Pool Memory Pool Refreshing

12,415 transactions
3.61 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (755,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,451 152,451 00000000000007007e4b50d4109fb6f88f09cb8cf2e77d54e695b52c93029d87 0.01 MB 22 5
152,450 152,450 0000000000000c9052652aa959eef3ab77eeae200ea398d6fc77afcc0e19fe8f 0.02 MB 38 7
152,449 152,449 000000000000065a5002af2132825bf4facd57c46f3123f0541068f022f3d3c5 0.03 MB 62 67
152,448 152,448 00000000000003a3fb3001db036800dc95b6320faf3dcffc308cff1be07dd892 0.00 MB 1 0
152,447 152,447 00000000000006478c73a8cd58e039f2586dc2551a4a38a30688b58b692b14ed 0.03 MB 54 28
152,446 152,446 0000000000000b2e494052833cff42bb26212f3580d70a55f04eb939f70bebcf 0.04 MB 58 651
152,445 152,445 00000000000005b573c6cafe884e1bce595ed1ab2e781a347be99bd16e95ec74 0.00 MB 1 0
152,444 152,444 00000000000009a10acd0b10521dc3e1592d09f2d59a4f1bae1b47e9a18651bc 0.02 MB 30 7
152,443 152,443 000000000000008a3bbdd6f6f000b2b2fe66ef61c1d88d270dfafa5e57d99d47 0.03 MB 99 26
152,442 152,442 000000000000072b1c32267de6c00276cae0794d2a55f53569b85f054817dbaf 0.05 MB 132 16
152,441 152,441 00000000000004539b0337fe476ab490c67a1130bb0eca43ef14c8f4d2550942 0.01 MB 14 733
152,440 152,440 0000000000000301a2d247473a59224634ec26631cb8127213fcbef242103973 0.05 MB 47 144
152,439 152,439 0000000000000aea12d85e2948574202fcb38292553958bac8e66e7eefb1d939 0.02 MB 61 138
152,438 152,438 00000000000005212dd2f55654e42c2403b5f7937132d3c8fecab7a6475c22d5 0.01 MB 17 666
152,437 152,437 00000000000000cc3612736917b19a823c52cc68473202692ccdc49f54239a89 0.00 MB 8 600
152,436 152,436 0000000000000db3686622a14c73d8aa2ffa5aef19c6c5e4cd9b0db10b173c84 0.00 MB 6 85
152,435 152,435 00000000000009eb2d82adc4cd2aca79fbab8383c2f674eb62ef289c60ace746 0.02 MB 66 213
152,434 152,434 000000000000056497dfe6aee6273173bc076af4d2b39cabaf849fe0eee7b967 0.01 MB 24 184
152,433 152,433 0000000000000955b43eeb8f37c6c94588812cbd80859e0d2585809fcc759bcf 0.00 MB 1 0
152,432 152,432 0000000000000d58458ff63ee73aa1c9fa5c229b06e602b651c30e23907f0d67 0.01 MB 36 38
152,431 152,431 0000000000000a83ebeb2a33e7b4634f75710a03291342c9364f510f877061bb 0.03 MB 57 220
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.29 GB sent, 92.90 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.