Memory Pool Memory Pool Refreshing

4,857 transactions
1.50 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
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
907,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,339 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (786,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,227 121,227 00000000000003c930c25d1b7cf6eb40931ecad0ce4e7d73dcb3144186dd35c6 0.00 MB 11 3,716
121,226 121,226 00000000000079e1479e7a201589745771f91688f6d80122c3ddd2eda2d374d9 0.01 MB 44 685
121,225 121,225 0000000000002054c306592932fbde5faae6cabc77331fc2cc25d667631448c9 0.01 MB 16 432
121,224 121,224 000000000000714e5dec6763ee8dbb63dd07d837eb6da7c0d07fbbb015e5b74a 0.01 MB 7 406
121,223 121,223 00000000000007d2966c227a167e8335fe7b5202469c6ca664dcdb6308fe2f8b 0.00 MB 7 791
121,222 121,222 00000000000059df20a53d9c80c8b2e1b2aa943212fc299ee7b84e1dc6da3489 0.00 MB 3 832
121,221 121,221 00000000000008aa321164aef802bdd992343b8b49d043323ff75f2e78b7bc1c 0.00 MB 2 3,875
121,220 121,220 00000000000072b2d9b021b8ee69eb4be9e08b464ae78bf2b6771b884cff15a1 0.00 MB 3 0
121,219 121,219 0000000000002f97dc92a9188967c5daa2ea780fa2b7fe8b37c270bd134d9f73 0.04 MB 160 197
121,218 121,218 00000000000014a608da4a3787f9b05848fab9153232d7048aaa69619705533d 0.00 MB 8 762
121,217 121,217 0000000000008c86908f38494f62859793c9ec85ca727e237f0988e1b3607f5a 0.00 MB 8 1,316
121,216 121,216 0000000000006018db5db34a8c38559c441326954c23eb04318e9505ab4afc16 0.00 MB 1 0
121,215 121,215 000000000000711f8a3c06519baccbc2e8dc0864f44fc1f668b2185a3e64351a 0.01 MB 27 225
121,214 121,214 0000000000006b21767512ab25bd905ae601e2d902a743b74c140af9628e5a15 0.01 MB 15 1,474
121,213 121,213 00000000000074b6cae851fb1c8c1fdb816736757b31adfb94b1e9a2e6611d50 0.02 MB 26 467
121,212 121,212 0000000000009264dc5873a4d5e093a47b1fa30a5512e3d81846a4f8c8c62eba 0.01 MB 20 4,987
121,211 121,211 000000000000696253d71eaab03db33c7dc4bd3e8241728636648c6e52f9c7b8 0.00 MB 7 454
121,210 121,210 00000000000096758a9516d2c84953ddbb694d04f20e542aa5f4ceac5df8a7a7 0.01 MB 22 949
121,209 121,209 000000000000778b1177b125b3ac748a0d400e1a97be4e779192bbb651652128 0.00 MB 4 0
121,208 121,208 00000000000020101fb731c5b3c4c02c85c897f4a28e21af2d7938b57a47ce88 0.01 MB 16 197
121,207 121,207 0000000000007ea1375271a62790948e86a3c2d39b15347095a99262fea1a3f4 0.01 MB 17 494
Previous 10 blocks ↓
Total Size: 769.00 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.87 GB sent, 92.83 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.