Memory Pool Memory Pool Refreshing

1,021 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 1,007 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (790,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,426 117,426 000000000000636985f176085e97ad341f75073bada4cd9bada7df4e98a7751a 0.00 MB 11 883
117,425 117,425 00000000000050096bf938e6b374a252f13ef9e7726f6afdb0fad5439a5d054c 0.00 MB 11 835
117,424 117,424 0000000000001a4930f89fac072fc4d8ad39774cd23da7e8415365c89ad27591 0.01 MB 35 1,034
117,423 117,423 0000000000006260d9c0a35cdab912e3ac353e10bbd7aea6ce313975dc080cb7 0.00 MB 12 352
117,422 117,422 0000000000004e517248e001236fa1ea57879a2b48bf346cc069a5239ace4978 0.00 MB 11 362
117,421 117,421 0000000000007d63257db2415b2dbd317eba9198e2c952d8782fb4653c482c90 0.00 MB 20 0
117,420 117,420 000000000000478e8a54fa49ac4badfd472525ceefeeac6d22d4250e5b50be8c 0.00 MB 11 1,013
117,419 117,419 000000000000844805bb39328759860cbe832eb10776ce48a27a7b5c9d2d8659 0.00 MB 6 585
117,418 117,418 0000000000002442b382a9e8e708c89957339008a2cea51848a8a2db08967695 0.00 MB 9 341
117,417 117,417 000000000000af2f10fbc702146b766713b55c941e2e8613100c78b6cdcc6140 0.00 MB 13 0
117,416 117,416 0000000000005b7555a812b2eafd77513b25eedf9b15d459693fe71997df79c3 0.01 MB 29 780
117,415 117,415 0000000000004dabc75fa0ce2ae4bb4322d57d2aab9e4c19b52f17aa1c74d921 0.00 MB 15 1,059
117,414 117,414 0000000000000c5284fa8a051db68e5dd7f7eaa92efcad800db54162190ae490 0.00 MB 3 2,466
117,413 117,413 00000000000092023b131ea2d33075e9614c97bc4d34415aa22fccb5065286ac 0.00 MB 13 571
117,412 117,412 000000000000bf50c41d760f40961d790bbe91dfcd1425489a62a99119097ec5 0.00 MB 16 1,819
117,411 117,411 000000000000bcbb794506e974da7ff0f78978f77fc819396f70eedc493b1a3c 0.00 MB 11 0
117,410 117,410 000000000000a6a9bf3733aba09fe348bbd3ae24a7dc2a25ee339bff33a70a70 0.00 MB 16 1,487
117,409 117,409 000000000000b6ce30550d4ef9872195e87d06b53d02e2152406d27e4f02ac70 0.00 MB 9 0
117,408 117,408 0000000000006790f23a5f92d8369a8b1fc2b28810ca8baaca45a7eec82297c0 0.00 MB 6 836
117,407 117,407 000000000000301c3aba3e0591b1aa0504057c547f68612bcde02c2458b56c9b 0.01 MB 15 282
117,406 117,406 000000000000556f87b5038764543b3417087f6d9af49963f476cac7da1322ba 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.22 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.