Memory Pool Memory Pool Refreshing

8,797 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,781 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (753,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,767 153,767 0000000000000112407d68b6b619c92086592e3e5c8560eadc10f7c2482cc45b 0.02 MB 55 137
153,766 153,766 00000000000001ad4cf7f3c3f27a55fa80d4af87f4960c5ea946695ccc88ac9c 0.01 MB 11 66
153,765 153,765 0000000000000bb976da0f768c26af8ac5c46834c65b18d169bf16b5ecfad17a 0.00 MB 6 58
153,764 153,764 00000000000004925f355a7bda9bbf92656c66be3400792bf84d4a544bff762e 0.02 MB 62 71
153,763 153,763 00000000000001c2f539f90a42a86d1263cd8e85ad6f0c72ae0ae503deaf5aa0 0.01 MB 13 10
153,762 153,762 000000000000033b6199846e9d48c521c83fd981fce9ae4675a0cdc58a029f27 0.01 MB 25 237
153,761 153,761 0000000000000cc2483da52dfdc23d0cd9425ffc215fd9ec2a8a28ad4f2ce755 0.05 MB 151 36
153,760 153,760 0000000000000b509c3f111ac8cf1c2857152a00d21de1661b31e1eee3103bee 0.01 MB 20 72
153,759 153,759 0000000000000bd114b0ff1ef72494ff636278bc95c38d75aafe6b930fa03d4f 0.05 MB 122 3
153,758 153,758 000000000000005acb5474f50408a815d77a91f8f57d9caff3318bbec147901a 0.04 MB 84 59
153,757 153,757 00000000000003dfb2c9faec0f3506395cbb74797d82feeb6e24697a94fb27b3 0.00 MB 12 193
153,756 153,756 0000000000000d0474438d37129c11747f11a9874d7567ddadc689a5ed238136 0.04 MB 70 512
153,755 153,755 00000000000009b0430c2b517a859e6f54ef3c5e3b69a734bdb70d440d658f38 0.02 MB 38 144
153,754 153,754 00000000000007f1e16f6dc6afcf0608a1738f91fbdae713865d5a0e20b26f48 0.05 MB 182 6
153,753 153,753 0000000000000c628f0b5e132d4f91feebd39f9268dd4de9cb31b2a56f33c0bd 0.01 MB 36 51
153,752 153,752 000000000000054f01df2382a542f63e60dd1f5be8211ed65d0df50d703f3811 0.02 MB 77 86
153,751 153,751 0000000000000b014922620d4153e750b79553df857b4feb0a9d4e1ee22411da 0.04 MB 73 516
153,750 153,750 00000000000007a42e7c8c818915516f0c01439dd1e9ebd98cf861af58acf8ec 0.02 MB 53 104
153,749 153,749 0000000000000c3319c95783510ea4df590b8e823f9208f414a55bbe330ed9b8 0.01 MB 22 169
153,748 153,748 000000000000054cb0d2445e0ac77a671346559cddaa978d9a4580c192469830 0.02 MB 44 81
153,747 153,747 00000000000003fd4a270e222624b7b3bedb09230a7bdba943640a97757a97ad 0.04 MB 112 26
Previous 10 blocks ↓
Total Size: 768.98 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.38 GB sent, 92.72 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.