Memory Pool Memory Pool Refreshing

799 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,860 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 788 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (2,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,399 905,399 00000000000000000000208bacdd32b61e28175858f514926408216a6d82ba08 0.23 MB 559 2
905,398 905,398 0000000000000000000101ca44a3dffd735c824ca43457a97a47782359beff98 1.47 MB 2,082 1
905,397 905,397 0000000000000000000018795e4a0fd1a9ea566127240b5fc6b18c88e57644af 1.69 MB 2,486 3
905,396 905,396 0000000000000000000122496f919747f8c363c510ce7d9c131df6c5eec28a32 0.60 MB 942 2
905,395 905,395 000000000000000000006929488fa664c2bfa572e7fb1012c5da633ee0cbf6c7 0.11 MB 160 2
905,394 905,394 0000000000000000000169bbe8a2119624327b609f44f30e02f9375c8fda2465 1.78 MB 2,074 2
905,393 905,393 000000000000000000014a8855259654ba1dd47c3fd734deff59bc108c756a7a 2.01 MB 1,600 1
905,392 905,392 0000000000000000000050636837edc3d68d68c9e025fedb60319d53ab2e28d7 1.86 MB 2,107 1
905,391 905,391 00000000000000000001fc5c0ff0cff72a8adc15cc6d0101d361ae1da89e655e 1.55 MB 3,223 3
905,390 905,390 000000000000000000011c63981705b7b194716c01e8d9014b5bf6e3d41c9911 1.99 MB 2,226 1
905,389 905,389 00000000000000000000f8eeeeb5ecef8590ed3f1f846a73e3554fe0393f4b9f 1.61 MB 3,294 2
905,388 905,388 0000000000000000000233bb952e30c079cc07b42bc91dde95aa4056ac15d340 1.64 MB 3,207 5
905,387 905,387 00000000000000000000f66a4d2a7f097747c9fbdad654f7e7b2f9d880471073 0.86 MB 2,128 5
905,386 905,386 000000000000000000007a60c19e756007872426b987825a4a2393dd5bb75e71 0.35 MB 532 2
905,385 905,385 000000000000000000016d5b5e1e5c25f5d543be2e54f341261fbf680a9d7022 1.79 MB 4,884 0
905,384 905,384 0000000000000000000141bb23e6d6bf9bfa51990699418378cf1ff1201d3a6a 0.20 MB 519 6
905,383 905,383 00000000000000000000b56e64bc6faff0653650cb573cbd45508d63a5958cd3 1.48 MB 2,562 3
905,382 905,382 00000000000000000000a0261bbf9f7429097fd8e7bb8a20b47ff24818c5af6f 1.68 MB 2,913 1
905,381 905,381 0000000000000000000190b2a6bb8a814517db053f5b8c5443ae7dd5b823d334 1.69 MB 3,670 3
905,380 905,380 00000000000000000001fbabd2fe16e0d327099ef5383daa7919508d28c76041 1.55 MB 3,931 7
905,379 905,379 0000000000000000000224ccadb9bc610db6629d760c6e29576412a153db1319 1.04 MB 2,359 1
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.48 GB sent, 94.30 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.