Memory Pool Memory Pool Refreshing

10,740 transactions
3.37 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,067 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (57,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
850,234 850,234 00000000000000000001da330e3273b19181a295eb1bc37c6f668b2036d04deb 1.78 MB 3,145 9
850,233 850,233 00000000000000000001e85ad6126bc8cc2e55aab942f80226889b10decdfd05 1.45 MB 3,903 11
850,232 850,232 00000000000000000000a79afcfefe8c9f39ca226d0b2cfd879713f45ee0dd9a 1.61 MB 4,377 17
850,231 850,231 00000000000000000001f24ed0159fc45bd6406c448c4a6581f79007b30b92f3 1.77 MB 4,585 10
850,230 850,230 000000000000000000021a324aebaa06b4c415fce6ca1db1a069ef8f1774aca1 1.62 MB 4,893 11
850,229 850,229 000000000000000000022833de5b8d98d4b727db3a8423308af6698e01b6d360 1.62 MB 4,222 22
850,228 850,228 00000000000000000002ed862669f261fcef4dd14ec14876adc54b0907c023af 1.61 MB 4,212 16
850,227 850,227 00000000000000000001be5446d26b20b04d117b140009ead23cd6a94b42bbcb 1.52 MB 3,117 8
850,226 850,226 00000000000000000002acf0048be941c04d9789c4f940f9b20aa7c0fb231a01 1.62 MB 3,454 11
850,225 850,225 00000000000000000000b539e4c882ac2feb3226f6e727591fabff19aed76bcb 1.60 MB 4,562 16
850,224 850,224 00000000000000000002b0248ebc20254199b46a2d5044b4f8f2be2d4d81b6d9 1.69 MB 3,697 14
850,223 850,223 00000000000000000001ea26b90762e4d19e791283166c2c0f5c9eff6a8adaa7 1.59 MB 4,026 12
850,222 850,222 00000000000000000001c10dd16cfe47cc1855e67f6fd959b3d39fba0c32d114 1.68 MB 4,145 16
850,221 850,221 00000000000000000000e1b31f01483f50e297a5b8ffe8cd53aa4b16c80d54fd 1.69 MB 3,400 10
850,220 850,220 000000000000000000008b989cefa890e2bb4f692c1668eba1fd921da9324460 1.47 MB 3,148 10
850,219 850,219 00000000000000000000e1f253086abcdea99ff90dd42e90b45d3e469dac35b2 1.65 MB 3,859 10
850,218 850,218 0000000000000000000300dae459ddfb9362cdfc2c47fbb2e97628256cabea21 1.55 MB 4,122 14
850,217 850,217 0000000000000000000324e7153fe22eb719b429b229b0eb57087939fd2f8160 1.62 MB 4,679 16
850,216 850,216 00000000000000000002920c5010009a954b86fa7568269aba2a2f94223b9b63 1.61 MB 4,292 19
850,215 850,215 00000000000000000001b49afd520d0b80bf2febfba973d420473089f6c1b9af 1.57 MB 4,055 20
850,214 850,214 00000000000000000001871ce6a6452bb27a3463af09470d9a9ee1d8ef9069e9 1.71 MB 4,035 13
Previous 10 blocks ↓
Total Size: 769.24 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.05 GB sent, 94.13 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.