Memory Pool Memory Pool Refreshing

3,201 transactions
2.83 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
899,677 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 2,694 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,676 (1,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,661 898,661 000000000000000000009cdbba2d6cf96c950b7000329e88c0c10d12c91e7fb8 1.99 MB 2,732 5
898,660 898,660 00000000000000000000ae6c8e58f91f8f3caa94c4a415318a39c2b627c1a787 1.19 MB 240 2
898,659 898,659 00000000000000000001fd00205f3c18f2868b0a4b5e25c4f25b227872e90374 1.58 MB 2,232 3
898,658 898,658 000000000000000000005b4e04a39aadab9e2f7969a93d0aa4d6a98d9a350ecb 1.59 MB 2,967 5
898,657 898,657 00000000000000000000efe849158c7ac09422c5bcaf9e4b1e3f3d9211def49e 1.58 MB 3,158 8
898,656 898,656 000000000000000000002dd754ee2adcb9152f7ded7632a6df05cd81362c88be 1.87 MB 2,070 3
898,655 898,655 000000000000000000018a67464bcfac913f8ad5945ccb367fc50b4c5a1d72a6 1.67 MB 3,193 4
898,654 898,654 00000000000000000001c843c3c8dae665ee810d55bde22f7cd247eb8774cd47 1.55 MB 3,608 9
898,653 898,653 00000000000000000001f7ef85c09b236a9eef9ff06c63f5155065ee0bb75edd 1.54 MB 3,551 5
898,652 898,652 000000000000000000007e53771f51582e98281ab169626c590822bd7b73f49b 1.59 MB 3,016 11
898,651 898,651 000000000000000000007929b3c280c86024a70ee358b71cf9aaf490c1f8813a 1.61 MB 2,848 6
898,650 898,650 000000000000000000020760687b56f3af56c860c73aed0e37b0eed7f3e8a4d3 1.68 MB 3,344 6
898,649 898,649 0000000000000000000236bb317d916f05794772f6a36d0e8f2f3210b29001ef 1.87 MB 3,583 8
898,648 898,648 00000000000000000000fb9cc316eccb18fc65e171a436ded408477283b9c1dc 1.55 MB 3,950 9
898,647 898,647 0000000000000000000045b30c519b1b42724c6e73f85158dade84e1dca40c72 1.63 MB 4,019 6
898,646 898,646 000000000000000000007d14cba106517488ad9ec5b302f4f7335621bbf032a9 1.52 MB 3,287 8
898,645 898,645 000000000000000000014f2ff2c53665e689d0cfd5a76a681f07311d524d1d37 1.41 MB 1,707 3
898,644 898,644 000000000000000000008b65f5b4682a3a70afa7d97cb6bd753f8574add00780 1.53 MB 3,532 4
898,643 898,643 00000000000000000000af77dec47c230e03b86b7145ab100e2429c51ea3b9fe 1.41 MB 1,906 3
898,642 898,642 000000000000000000023a875f4a6fdebe42cc748621d7f39c1f13c954756403 1.07 MB 400 2
898,641 898,641 000000000000000000002473cb0138d8ca2fe91f52c9d9694e429d2b5ce53895 1.46 MB 2,217 4
Previous 10 blocks ↓
Total Size: 755.40 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: 524.48 GB sent, 25.65 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.