Memory Pool Memory Pool Refreshing

5,682 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,765 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (899,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
9,399 9,399 000000008caef6187e243f557cc8341bb168e83974342891eed3f991a4a4139c 0.00 MB 1 0
9,398 9,398 000000007f8132ddad7e418164c88b64e88365d9ddd3cb161e2abed6a1a6c127 0.00 MB 1 0
9,397 9,397 0000000048280e38facd2893e687ee9aec36938cb5c632a720c18b9394437274 0.00 MB 1 0
9,396 9,396 00000000ffeb8e847d94f7085c6cc0359c77d8ebe52b9fb59b90e9ef95a23c44 0.00 MB 1 0
9,395 9,395 000000005554bf1d8c846e738bb792a50fa1724e1e4111aa48fdddd8fe2b9b27 0.00 MB 1 0
9,394 9,394 000000005d34e1019de01057b28adc59b67dbf40aed8b42e9820a69c2da4eb68 0.00 MB 1 0
9,393 9,393 0000000048d20048d2efa27669d42ee54da6be9eaab6010da9b89f7ed592f273 0.00 MB 1 0
9,392 9,392 0000000073b299db8411568f97b9b87ad9e78e0fbf2019bc649439f76b2c87b6 0.00 MB 1 0
9,391 9,391 00000000d7cd4bef4ee6491a622be5e5da311b6036ec4bfa0c5a534891d0b03d 0.00 MB 1 0
9,390 9,390 000000008bc3f009b765ffea9eda529f28f9186e938ebc1ffe60892ce1155acb 0.00 MB 1 0
9,389 9,389 00000000543756af7e5fc0751cbfa8a50e82399ab12eb3feee5e5fa5ec8441c1 0.00 MB 1 0
9,388 9,388 0000000034f78794f68c1e4c83da631472d1b87f8edb309fb544bae713333f47 0.00 MB 1 0
9,387 9,387 00000000a42f4b544a903f884a3b1e0bd013fc571f4be10a236092c1541bddd3 0.00 MB 1 0
9,386 9,386 0000000096e56297923ef1784ed5c574c810411788a54912786429c1a809e5bb 0.00 MB 1 0
9,385 9,385 00000000673405ffe87f801032e901c7f423adddc7b51773e6b108e617e75516 0.00 MB 1 0
9,384 9,384 000000003ac2086faecdac17eb59f209fe36aa8b2961c0d714cf74f6495e393b 0.00 MB 1 0
9,383 9,383 0000000088537cb5c1e7c1558db0291b7e0d79ade07709021e373579a17e7a25 0.00 MB 1 0
9,382 9,382 00000000186a60f70d105a1625af4c71d07744f93ed2e1c6589c4217ef4ecd35 0.00 MB 1 0
9,381 9,381 00000000978aa33333a6cc5c74d27ae815c0af65e41fd05c9aec1d22084e7520 0.00 MB 1 0
9,380 9,380 000000009499163e3f98481f41f05f892730c456e2cdfede6dee87ade42ba68b 0.00 MB 1 0
9,379 9,379 00000000ecdc8ef06b4a6853f44de8440b02a9c603dd47b14b0b935a95a65ae7 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.