Memory Pool Memory Pool Refreshing

4,132 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,926 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (349,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
558,104 558,104 0000000000000000000f904b1b8f586e7df74f94be3b2fd97256e0300c6d7ab1 1.14 MB 2,339 7
558,103 558,103 0000000000000000001af01b81fd3f0fa163c8d560d48071dd066d5defb05d1f 1.43 MB 2,173 9
558,102 558,102 00000000000000000028b3c11eb6577e922354411b2323a837057060e4595c87 1.32 MB 3,225 34
558,101 558,101 000000000000000000184fd839a85943555aedea586f968bb3a8b3a7ab552858 1.26 MB 2,237 19
558,100 558,100 0000000000000000001b237c9aeb7e4c1d074462ce219b52f36bfc6589f1a348 1.11 MB 1,854 12
558,099 558,099 0000000000000000002fda71d8a4d92b0364a4911711a2ebc868e099af5ce993 1.27 MB 1,740 16
558,098 558,098 0000000000000000000b40ed691b85df55cc18c5ab0fe2bbf06ec16283d8218d 1.31 MB 2,401 24
558,097 558,097 00000000000000000017c5efcd416551267a21fc1a497218f37f1eb18c5e426b 1.36 MB 2,395 25
558,096 558,096 00000000000000000021f82472422161e9aee0195e869cfac5c4c8b96a72f4f4 1.19 MB 2,745 22
558,095 558,095 000000000000000000186b6f81c22591db0a539eec926104d9997a043bbab4ad 1.17 MB 2,062 11
558,094 558,094 0000000000000000001d830a48e9530f51042162ee6d154b4c9470c1ab1e12ca 1.14 MB 2,845 17
558,093 558,093 0000000000000000001f47127da7446cb088ac4356ddf5faae7f0e9ef5a4ea3c 1.12 MB 2,064 13
558,092 558,092 000000000000000000123a159f9447ba53620abf0a3dc791c86362ddd5333012 1.27 MB 3,062 39
558,091 558,091 0000000000000000000822c44e20f89ae7a345fca1e0b3aa9804970bfa5dfab8 1.25 MB 3,137 33
558,090 558,090 000000000000000000075a031c5d63e654bd3b366b13c843c065a8ae29edd0a7 1.24 MB 2,383 19
558,089 558,089 0000000000000000000ed1fb752e02e7daa9dfca2aef30c00fb3c5865c14c6d4 1.32 MB 3,451 39
558,088 558,088 00000000000000000003ca130c195e52e813ab9a37b96a2313ee91a4b6c94991 1.25 MB 2,558 29
558,087 558,087 0000000000000000000b8845c42256280d2b538c6473c94a6efbfaab69fa90ee 1.42 MB 2,289 37
558,086 558,086 00000000000000000028f2b4b1ce7f7d771981e4bde7459cd362d6f373f4c346 1.27 MB 2,646 67
558,085 558,085 0000000000000000002a497dd91189422c6eeb166ce9f62c6b732fbd5e4d5a89 1.19 MB 2,714 20
558,084 558,084 00000000000000000007408eed685d00a50c912cf680685c1b9c05ea1d1162e0 1.16 MB 2,268 30
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.