Memory Pool Memory Pool Refreshing

3,448 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,804 (595,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,450 312,450 0000000000000000169519e7b3bea1484b75d1aee9f83b9c2de5be767eac0a8b 0.42 MB 894 31
312,449 312,449 000000000000000017d59f8700d7e397a39869d58247622e22bdd589f06b84ef 0.31 MB 570 29
312,448 312,448 000000000000000027218ae0f5a7aebc94d8f96fe24c5edbd7e80ef6e4e5d104 0.09 MB 147 26
312,447 312,447 000000000000000016ea87dc3f793fe4b15435ccc687f6699bc0e09da0c5807c 0.18 MB 465 29
312,446 312,446 000000000000000007b978bb01fd033e3894b1628fc6055fb02c206196db4ac2 0.69 MB 1,177 27
312,445 312,445 0000000000000000245128882f0da9f778c24f62e9183569ac05d9a164dd98d1 0.02 MB 47 12
312,444 312,444 00000000000000003667fe3d2633572b103eb85aae94d9c203f9a00282e2e73f 0.38 MB 400 22
312,443 312,443 000000000000000009c95309f8940f1a0ad8eaa54881ee1ff216da3d09fdfac9 0.59 MB 711 21
312,442 312,442 0000000000000000091bde69abe5bd849d43616fa54737a78f26cbb94a89179d 0.25 MB 647 36
312,441 312,441 00000000000000000d258cce65c734b9429aaaa215b08d4eef94087186e99fed 0.02 MB 61 30
312,440 312,440 00000000000000002808b0bf724a5eb3f7d4809b85a2cabe802c336b85490c16 0.01 MB 32 30
312,439 312,439 000000000000000017296dd01e31024985dc17626f9e65ec51e4a27817627fa4 0.26 MB 452 25
312,438 312,438 00000000000000001de8ed9f5a92b4a4fda17914f76980de8f5032ff69cf6600 0.30 MB 319 17
312,437 312,437 0000000000000000323758151ecd550112822d2267b0685d82fca201586baf71 0.45 MB 595 24
312,436 312,436 00000000000000001604455b7c72477851e2152a9c91adbbbd1152040c3a9085 0.40 MB 761 30
312,435 312,435 00000000000000002b24ddba318de37533a6f23cc61c72a2189f0853843d3829 0.72 MB 972 24
312,434 312,434 000000000000000023e11723ea1b96769bbda616a1f17d8825de3b0b0e413a85 0.08 MB 256 39
312,433 312,433 00000000000000000f51223f16a007e76b2b3b127de020a8d47de9ef65e06270 0.22 MB 366 28
312,432 312,432 0000000000000000022fb15b444e2978f8ea79bab8e4c1c9171743f00fb0573f 0.44 MB 576 22
312,431 312,431 000000000000000037477492985dce8b9761dd5d9bcbe848238fda28be714cf1 0.43 MB 660 23
312,430 312,430 00000000000000001f275d1961bf56d3ed5f27507ecd6c6a8220ac4bca33de74 0.13 MB 141 13
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.