Memory Pool Memory Pool Refreshing

2,369 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,813 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,070 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,812 (74,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
833,184 833,184 0000000000000000000368059dc2bed25959ca9c9f514fc4db62bc9506d387a3 2.41 MB 2,409 76
833,183 833,183 000000000000000000017277add08d25f8174e222e47ad8a223c1c2334d8ca76 2.35 MB 2,031 85
833,182 833,182 00000000000000000000e228713224a0b425c6f11e0666eaa07000cde6d78c08 1.89 MB 2,692 98
833,181 833,181 00000000000000000001aa740ede7df517a2371d2293cf59d7af69debf83745d 2.19 MB 1,931 94
833,180 833,180 00000000000000000000f3f5405563a6384bb3b01e1326c994bef5b4eb19d0af 1.84 MB 2,826 104
833,179 833,179 00000000000000000002d07b21c29b40929ece9615e4e1a7b2524ba15fecef29 1.62 MB 2,673 124
833,178 833,178 000000000000000000037de4d711aba849344170780dbdfa2eca1c098472dc9a 2.13 MB 2,587 86
833,177 833,177 00000000000000000000763b1227a7721f822d561240d41b6a959c89da778cf4 2.04 MB 2,043 82
833,176 833,176 00000000000000000001e3ad39a44e29864372423fffac7f7261547567631ae5 2.37 MB 2,094 87
833,175 833,175 000000000000000000011ecacde55b909b27c6866abb3d957e40240a785e810e 2.10 MB 2,089 98
833,174 833,174 0000000000000000000203d32ebdaebfbcec6baa8c82141677a32187a023ac44 2.04 MB 2,074 79
833,173 833,173 00000000000000000002fa5d12005c3ac6b7967abb4d13e719090b214eed4395 2.54 MB 2,170 78
833,172 833,172 000000000000000000037490207afdcc5aa6bca621f35ea8dd0d70f363f05cc3 2.05 MB 2,468 88
833,171 833,171 00000000000000000000c15a89fcd9d3882bc1dfb093b4f9d2d631b89e8c7f0b 2.12 MB 2,505 95
833,170 833,170 00000000000000000001a4df88e4236ac0304298e0d1ffe19fe3287f7da62920 2.48 MB 2,121 90
833,169 833,169 000000000000000000009420244a199b301bdf6adbdf0e39481e9515704709a4 2.27 MB 2,201 94
833,168 833,168 000000000000000000033f7cd1b2c1f2c72087bd282e5b89b074787787ffb955 1.98 MB 2,417 91
833,167 833,167 00000000000000000001e7c52d87e0c320c057dedf4bfdf149a550d2276ffb1b 1.76 MB 2,758 114
833,166 833,166 0000000000000000000192079dd97ab3515e6a52b0b586e325beea90564c04e7 2.43 MB 2,250 86
833,165 833,165 00000000000000000003035d050e25a19c35dbc7144dbb4bab8fe9c25f89972f 2.48 MB 2,412 89
833,164 833,164 0000000000000000000169837b3f827119a6afbb2bc134b583ca4d8df4d01b57 2.34 MB 2,677 93
Previous 10 blocks ↓
Total Size: 769.19 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,633.66 GB sent, 93.88 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.