Memory Pool Memory Pool Refreshing

2,841 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,941 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,678 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,940 (64,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
843,427 843,427 00000000000000000001a01ef42b0ca9a787e936b8e23594d044879616db269f 1.51 MB 3,130 13
843,426 843,426 00000000000000000000d0df172b2b0cc5cf8b4a9d9513babc9890fc669fde15 1.37 MB 2,486 18
843,425 843,425 000000000000000000010a4dedb2bb78c7f1d4f65b290a42cbb030ec128ffcd0 1.85 MB 643 10
843,424 843,424 000000000000000000018aee85a8d0fe5e2616e47401e8d821c3142f52328771 2.01 MB 4,907 12
843,423 843,423 0000000000000000000297e1ffa86a577e28ac0f7577f10cb607d11fbeae5b78 1.59 MB 3,207 18
843,422 843,422 00000000000000000001bc4bf6a8f32c6e2640b44d8f955b35f1c9128b00cb9f 1.80 MB 1,323 12
843,421 843,421 000000000000000000000dd43b68064a867c95e12330f18a30409ec2b94f3127 1.81 MB 1,233 10
843,420 843,420 000000000000000000000e1b04a4033661535b943b57d25605508647aafc8262 1.41 MB 7,692 10
843,419 843,419 000000000000000000007d133f6d2b1e31f1477574da9f37743a4a1233df586e 1.20 MB 1,358 12
843,418 843,418 00000000000000000001e2e1a8d1fd6c062efc29267a408d89631d852d7fc5af 1.56 MB 2,497 13
843,417 843,417 000000000000000000006aa0db0ee2aed3a17ea3f87d5b63cdcd132d7bdbc852 1.61 MB 3,779 19
843,416 843,416 00000000000000000001de0c5068758f6774546a871d9debbcc2da0bb15424b7 1.69 MB 3,775 22
843,415 843,415 0000000000000000000139c03fe799158ab957155860c48b630056273408a47d 1.48 MB 5,447 33
843,414 843,414 0000000000000000000211c3c2e671c4e016db77e3f927f566ca336fc505399c 1.43 MB 2,288 16
843,413 843,413 00000000000000000001261018e94153dba867dfd00d8a1a09b6f80b96bfde43 1.94 MB 2,454 17
843,412 843,412 000000000000000000004ed52bf07871a40b710763aa36236c7469031535ed27 1.66 MB 3,833 11
843,411 843,411 0000000000000000000201fdbd7295dfdf93f08ee41bbaa988910477b5a00a35 1.70 MB 3,741 10
843,410 843,410 000000000000000000033901ac2b1aafa9b115f3363d5a38e1e58b7aa22ca050 1.73 MB 4,574 12
843,409 843,409 0000000000000000000240be6972c1d401d8fa2642a102e1a150b5e2a6de1869 1.43 MB 2,216 17
843,408 843,408 00000000000000000003392fce1146b4ddc30a1c2625f1130170cb837b6da52d 1.50 MB 2,446 15
843,407 843,407 000000000000000000008e0ff4625df2022d54753eb1dd3d1e0a051fd7a4696b 1.52 MB 1,390 12
Previous 10 blocks ↓
Total Size: 769.43 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,645.57 GB sent, 95.11 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.