Memory Pool Memory Pool Refreshing

4,472 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,712 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (552,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
354,810 354,810 000000000000000006bc6e31f4d81babda3dcd86c72ef6c4c5f21a6c9756c155 0.15 MB 200 17
354,809 354,809 00000000000000000ff7ae1afde689f0a0a811fa48925b79143b9bf70ee5df8a 0.42 MB 734 25
354,808 354,808 00000000000000000435c5c3ffcb42af7c24eb030c2e86ebfccb173d414b50bd 0.18 MB 334 20
354,807 354,807 00000000000000000e4bf5efc88e53ed3cd38adddce409d08a6dc6d1ef2864e8 0.32 MB 589 26
354,806 354,806 00000000000000000ca3818a38e005bf1102d5f46e28d8a39ecf1b680616dc68 1.00 MB 1,436 14
354,805 354,805 0000000000000000094fd1ee23bd7cc90ca1096fa39fc0f5a30e97230525552f 0.75 MB 669 19
354,804 354,804 00000000000000001630acbf953e5e358a3d9123af33a9a1b7df3dc11c05b075 1.00 MB 429 15
354,803 354,803 000000000000000005a0f2b82641cfac57c7d417e704193ad03ead926dccce69 0.75 MB 976 22
354,802 354,802 00000000000000000d838fad93788bba56f180477ae9a642d620882f1c217463 0.50 MB 846 23
354,801 354,801 00000000000000000eea7920786a716487917011d9b97f967d952cb7b5eff237 0.75 MB 2,508 48
354,800 354,800 000000000000000010a413706af68f34190bb958b7cda7e205f001def86b6430 0.88 MB 651 16
354,799 354,799 00000000000000000d76a59587785d239dad8919973850e24854f96f46ddd68e 1.00 MB 1,634 25
354,798 354,798 000000000000000015b7b3ece6daf6f0e9d2acbf9feef10187a1357e1ee5288c 0.42 MB 641 19
354,797 354,797 0000000000000000096d18dc7774c8e1d576fe82a77cfcd7f2034e90ecffe495 0.90 MB 1,808 31
354,796 354,796 000000000000000006a4a1a2e5459ecc45dd09374b510bb052d0c0bfd366b9b0 0.19 MB 216 14
354,795 354,795 000000000000000008aa48bb0fa8edb37b82ee5d76400a374f22959fdad4b35a 0.09 MB 124 13
354,794 354,794 00000000000000000f673dd72e758ee8734aec06103ebdd7dd643c1c851d4b3f 0.18 MB 357 27
354,793 354,793 00000000000000000f92e60681da5a70f10daf0eebf2851873c450346d266e37 0.26 MB 518 32
354,792 354,792 000000000000000006fba95d6fe294d88608829f8079a94d87948131841b1eba 0.17 MB 282 25
354,791 354,791 00000000000000000216a925da616d36ac9fbf1ed4bd4777f61c926d8784448c 0.17 MB 311 22
354,790 354,790 000000000000000013b9839809cf4140519e3c7f54722a8aecd1fd6edfac4d0a 0.13 MB 258 24
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.75 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.