Memory Pool Memory Pool Refreshing

1,740 transactions
0.81 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,609 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 1,715 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,608 (862,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,511 46,511 000000000eab766fd22baf695d1be3b394ae97914c20a4e378586db07ab5a9f2 0.00 MB 1 0
46,510 46,510 0000000016b033a2776187bb1821a39ccc2de6ff5f4adc3a8063b2a8144dacd0 0.00 MB 1 0
46,509 46,509 00000000334cf330c0f48b5e51721e4756867a5f442a3184cf0fab1828b98097 0.00 MB 1 0
46,508 46,508 000000000ba2edf910d75e9c4376400dc8a0e87008f888d184d0ca2c6afb7c50 0.00 MB 1 0
46,507 46,507 0000000034e2ddd677be4f5ed5a6a35980baff72a60bba39b6063b26474c7fe6 0.00 MB 1 0
46,506 46,506 00000000138d0e7352c77aac0283249a57cbc2dbfd363c6580a2b5269ad15b85 0.00 MB 1 0
46,505 46,505 0000000036ace583cd3dbf143545c8e186e646c18759ab8b70b33489585ca722 0.00 MB 1 0
46,504 46,504 00000000157bf37ef04a74e962be29c4d77ac4b67dedd53892e9e87d1616f72d 0.00 MB 1 0
46,503 46,503 000000001fa599a6d8697613e2ebd2c5fea6eebde50fd8ec38c8b67fe49ea18f 0.00 MB 1 0
46,502 46,502 00000000168326b58b94a4ffbdb97ebfea9fef2e2e7d0d9bc44e6be036555a1e 0.00 MB 1 0
46,501 46,501 0000000029f33523ce94c0461b416d767af34385621fbd93c63a09194d40eedf 0.00 MB 1 0
46,500 46,500 000000002cf6a125a40239398069a8de99384a334573975551bdd88842d61767 0.00 MB 1 0
46,499 46,499 0000000006eca897fde726485c08fa4b95009562a4100dfac3b46b60052ae82e 0.00 MB 1 0
46,498 46,498 0000000022f35e5cedaf007388ac3ac3543dff07b5e9555efcb75bcd103d152c 0.00 MB 1 0
46,497 46,497 000000003649bfe1bd1cc0f8a5ec1e063663924d2d09196c5874e09ab73a4df3 0.00 MB 1 0
46,496 46,496 00000000255b6812346899daec091b599b08480eb659756bcefdf5c761a1442e 0.00 MB 1 0
46,495 46,495 00000000234f99090dbb9002c262c61bad5f778712259dcd9376a2ba4682c1d0 0.00 MB 1 0
46,494 46,494 000000000182932cfd5fbd091b36f243e87231a39a797e6b2d24edc43341a07d 0.00 MB 1 0
46,493 46,493 0000000001a5f455a4aba9f3f72b9f70cd237cc6d8692dda1e1d9882f48ebe71 0.00 MB 1 0
46,492 46,492 0000000034c5c93be83be502d1ea6698ffb3a8a5847fea656c1448e81539331c 0.00 MB 1 0
46,491 46,491 0000000001504847b904cd424238b5bc8d678d523f37d107f9f3dbfb80f87c81 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.73 GB sent, 101.09 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.