Memory Pool Memory Pool Refreshing

6,048 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,835 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (881,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,256 27,256 0000000093df9cfc0c22c773b54562b56b20d56a6ad36718f5ffbda367348907 0.00 MB 1 0
27,255 27,255 00000000b628e46a06a7864f19481a0cb766f0c132f88df6035cee69a543d3d7 0.00 MB 1 0
27,254 27,254 00000000679a5ee8ba20a27c95c8e56320ff40b753e9b30bd14aa31d37db1efe 0.00 MB 1 0
27,253 27,253 00000000a7ff3611c8e03f8b557e62e67c7a9a7d8a47045a985753cb206a35c6 0.00 MB 1 0
27,252 27,252 00000000066e21aa2b75621ac41265a28424db215d808371695b4d76404ca2df 0.00 MB 1 0
27,251 27,251 00000000ff2315cc606435614304bd11fccda29dbb358e39a864a0a00cb1c767 0.00 MB 1 0
27,250 27,250 00000000d0dc3ea21d90eba6633cc5ddf6f3604ea12386ec6dcdf005321f8751 0.00 MB 1 0
27,249 27,249 0000000034d3a7c50257a5dc00da3e5a3c07b89fb372177f238e5848e09eb00b 0.00 MB 1 0
27,248 27,248 0000000087a653331314b04d706009113a953fb4748588fc8f172127f1304724 0.00 MB 1 0
27,247 27,247 00000000ee2e3f9c4b8d0bd203e9659dbceef0f7a23ff9732d69fd58142e016d 0.00 MB 1 0
27,246 27,246 00000000cdbeb71fbb95f3a14b579a86abc9dc5563280e23fd85d4d66e9b962a 0.00 MB 1 0
27,245 27,245 00000000007b5ed4767dd94d436ab4c98424a253e1bac7e3980af482721ee9ef 0.00 MB 1 0
27,244 27,244 00000000e2f20ff80c9b782b79ff15e67e5b3748664f812cf4d939b84d3c78eb 0.00 MB 1 0
27,243 27,243 000000000350169ac233f35bd47009a02b06dce83af3c2aa08c2b87485fbfa2b 0.00 MB 1 0
27,242 27,242 00000000630b334f8aefaeb2795ee0af3d0fe725d4affe27a29afb7db7ce462f 0.00 MB 1 0
27,241 27,241 0000000027a275b70ce89d92ca1a283ed04e758096418afd2e2a6e3e7c9546ee 0.00 MB 1 0
27,240 27,240 000000001d8fdd72d484656bc51536a601611c8eb8c6f795620f6ec42841ad5e 0.00 MB 1 0
27,239 27,239 000000007718ff66ff0941f1079721b4568c3bc67152b923adae17c476a4e892 0.00 MB 1 0
27,238 27,238 0000000081d35d69d28748a88a4cc6b63e6a3eea6328773de1ffcfcb9466a3b0 0.00 MB 1 0
27,237 27,237 0000000048c9df13bd4b5cf9f2b355e55c4e02cad45eee513b942d831fef5d92 0.00 MB 1 0
27,236 27,236 0000000002b554c193e4ae7e13a6df9adf5f884a77f740cd6027b3d30f87c1e4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.