Memory Pool Memory Pool Refreshing

391 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,611 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 393 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,610 (808,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,774 99,774 0000000000009e2065617908a35dfb56e32b5ee3d60ccbb5be50aff5293aa135 0.00 MB 9 0
99,773 99,773 0000000000001702943320136b48f7f23d45f5746f6aa50e21ad13a4a60ec5ef 0.00 MB 11 0
99,772 99,772 000000000000867f3cfdeebc7e0614dc0ce322e426042ea3e2ecf06069ae0e1e 0.00 MB 12 0
99,771 99,771 0000000000006ee457cf80547d1f00068b0ca71b0e3f443474b9bd7b602eef8e 0.00 MB 1 0
99,770 99,770 0000000000031fb0864ce3dddd7da62300f31f2af6e644db5007f0354439ec6f 0.00 MB 1 0
99,769 99,769 0000000000038fafee6dfde0903e0c984c32ee5e207f340e9779047541ea2007 0.00 MB 2 0
99,768 99,768 000000000001d53b45f1a10b7f469220d82b5d1c7e5c7b270674323279f09cee 0.00 MB 2 0
99,767 99,767 0000000000030df54a12410e8ba41e5e8b62ab971cb8fa0060ac6b650d20f553 0.00 MB 2 0
99,766 99,766 000000000000386703a64a7f2585b9d6a1d46430044f9315447966dc84701515 0.00 MB 4 0
99,765 99,765 0000000000038b069df2569aadcbc625ecec3a565d5746a0d87a4213e4707feb 0.00 MB 1 0
99,764 99,764 000000000001f6f94ba998e4f3c4abcc6a5dbcde28b1032b4e4f6dd703863f1b 0.00 MB 8 0
99,763 99,763 000000000000eb02225c9ec8c2fbec277ee5da996000af99155fe019f754d317 0.00 MB 3 0
99,762 99,762 00000000000042c7dc01ebcf54714f5185b90994e7c7a44a4158c75e882abac4 0.00 MB 3 0
99,761 99,761 0000000000046dbd7bed0497794a282069dddfd4425715838e8005464e054818 0.00 MB 2 0
99,760 99,760 0000000000026d54a8951cb1685f91b29c8065caad6650649b40461f0000d810 0.00 MB 2 0
99,759 99,759 0000000000005bcefe50515ee47f7eaec09b11549c060f9b9a32db818dc0b6f0 0.00 MB 2 0
99,758 99,758 00000000000322fe2637a0e0aaf37ee48e30adbc88e16a7d164b5445b80f1d82 0.00 MB 8 0
99,757 99,757 0000000000036ea572877b6046c225959b45da8c8a6e407fb750745a2ec95be6 0.00 MB 2 0
99,756 99,756 0000000000045b96ffe97b8cadfcfeb2eae42cca8f147c9e1f14bfb277487de4 0.00 MB 2 0
99,755 99,755 000000000003070a1322a34c85de84e492253e179fddcfcdbf5513c2a47736bc 0.00 MB 2 0
99,754 99,754 000000000003145aab824f77a801004f5ed8f74251a5096528cf9a3568d57068 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.78 GB sent, 101.10 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.