Memory Pool Memory Pool Refreshing

431 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 431 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (628,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
279,785 279,785 00000000000000019006fd6b4b903119fc02e2b6383cab934ea07975ce1e860e 0.13 MB 293 104
279,784 279,784 0000000000000000397761b41ddf7a2fda9bf59859d452fa88cd1bdbdf4cc0f6 0.18 MB 369 38
279,783 279,783 0000000000000001e2169c824d966c54ef65e296af7e246929e5039ce3b44d50 0.06 MB 75 21
279,782 279,782 0000000000000002ae62b5e0a76b6c214645ef6a9f6a3570f3553e21defe3922 0.16 MB 364 38
279,781 279,781 0000000000000002075c5f9085786b9c1650d94d547a4642ef088dec17358052 0.51 MB 886 21
279,780 279,780 0000000000000000ea34b336c1552a58d4f9752e42da9f6c004e4e31f8af157c 0.25 MB 715 67
279,779 279,779 0000000000000001e6f9473854320ef49c36f373e229fa5ba652574a42a752a4 0.03 MB 96 136
279,778 279,778 000000000000000297f204a6dffedea940265254388bfbdd4e8db4b4f2942f13 0.14 MB 322 43
279,777 279,777 000000000000000047665cb7d4db93f66bbdd969f42578588363e8e77e22e31f 0.09 MB 166 26
279,776 279,776 00000000000000014128b51b820b527dd3e4384dd07711a84b7ef8504a631865 0.12 MB 256 63
279,775 279,775 00000000000000016e8c639346cb096d492980a401834677477571359cde6abb 0.08 MB 122 51
279,774 279,774 000000000000000268b7b8830262c182511287bd021193bf41d7b0724c7c82e2 0.11 MB 212 37
279,773 279,773 000000000000000178dee4c45ad7166ce6ef7a625adf4232232349a2e19fc7a5 0.15 MB 252 30
279,772 279,772 0000000000000000a5ef21c1364f34164ec5c7b4005b063b1d071b3c72ada2b3 0.22 MB 436 52
279,771 279,771 0000000000000001ddb381aba0ca334fdc9b9305256e458232a020b2fe423304 0.14 MB 246 40
279,770 279,770 000000000000000277d197026a23faef3df89da95a345434b371fb5ae321807c 0.28 MB 508 51
279,769 279,769 0000000000000002f74467c2046b1368f85a440059cef2e989f25eddc14c4b79 0.18 MB 342 61
279,768 279,768 0000000000000000924f8d1fbf6d5b74d64125f7982108d3c79a514a50acc8e4 0.32 MB 594 50
279,767 279,767 0000000000000000928ea04b82670ff2bd3f58024195a20572861a54d67fa1c7 0.13 MB 215 32
279,766 279,766 0000000000000001fa4c499ae3902999bd0385e876509e5e981f271e116e6188 0.25 MB 614 69
279,765 279,765 0000000000000000571c6ff91523f71be2d6dc545de7ba93f062e33a06c5bff6 0.07 MB 112 39
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.