Memory Pool Memory Pool Refreshing

12,660 transactions
3.98 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,058 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (589,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
318,581 318,581 00000000000000001160b088678b1b90a6bd7b6ee93d5aabfc1916996b32583f 0.27 MB 535 29
318,580 318,580 000000000000000024979719e669be25852338c67e0f3cd878e1f1834886b72a 0.04 MB 82 17
318,579 318,579 000000000000000016d1d5407b49bae9c9a854a41501273c19de0c9489adf051 0.43 MB 774 25
318,578 318,578 00000000000000001436b191bfb7665c1387f27e4a76a1d3331e3316834c57a1 0.44 MB 770 28
318,577 318,577 00000000000000001e7a0ba2a3a3620b7e8fff351993aebb1539c9e921178a47 0.11 MB 251 29
318,576 318,576 00000000000000000af18d6c4765be3a842205d3cb1534cfde0853037d366f25 0.44 MB 704 22
318,575 318,575 000000000000000024ba1de56ae90ba518f2a87d980f9e1d60ae90beb9a69d4e 0.08 MB 256 40
318,574 318,574 000000000000000026eb1c38058d354a4742928d2fc28c3168b2ed0e19d0eba7 0.84 MB 1,531 28
318,573 318,573 00000000000000001b701ecd0cf2b7a7742a320e9a06a506227ee345b5735d13 0.39 MB 721 26
318,572 318,572 0000000000000000091fdfc0d750aa30155fc6341307be571957bb64451a3776 0.15 MB 189 14
318,571 318,571 000000000000000002a9c0320722242a90bdd98fc7a52a57987673880b0def3b 0.37 MB 685 25
318,570 318,570 000000000000000000408d1cdbeac96c8a574cd313604aad840c97b8f26b2556 0.02 MB 24 15
318,569 318,569 000000000000000020472f674a385fc64d32f2b48ce8ae2b4f178d12daf7e5f7 0.37 MB 635 25
318,568 318,568 00000000000000000f0862030f4319806b34334a9d9d194837bdc987947eade6 0.13 MB 225 22
318,567 318,567 000000000000000026d827b648473d025e665087526168dffe2d1136b3e54142 0.58 MB 844 28
318,566 318,566 00000000000000000f8459fcae6eea20c1a34401647c45f05596e9dd996be02e 0.08 MB 129 23
318,565 318,565 00000000000000001c9d1b2a6ef49332b4a39db1a2c2925d4bb23d8ac2aff435 0.41 MB 651 25
318,564 318,564 00000000000000001f414ab46cf58dcfa8037d97d9efbde105ce25c5f17ef3d3 0.02 MB 32 18
318,563 318,563 00000000000000001b4b9d5ede8cd25f3b9214cf21d87c0f457da73bf8cc784c 0.31 MB 470 23
318,562 318,562 00000000000000001870aeb596a25dec403034ab6b591e79d3cb4983b8750ccb 0.20 MB 227 19
318,561 318,561 000000000000000010f9781ba8c57fea12da243996858f78ce05c154da978b1e 0.02 MB 64 51
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, 112 incoming
  • Data Transfer: 1,622.19 GB sent, 92.93 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.