Memory Pool Memory Pool Refreshing

1,577 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,468 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,565 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (60 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,407 908,407 00000000000000000000603cfb1feedc417e62414bdd44c34fa4e9571d8e8077 1.55 MB 3,726 3
908,406 908,406 0000000000000000000022e3f6082a7ceed0c9e6c688db94db3778c3aa5cdbd7 2.03 MB 1,968 1
908,405 908,405 00000000000000000000f908fde3f7468f8760ec6b47186c9e4cec8b3628a18c 0.70 MB 898 2
908,404 908,404 00000000000000000000130a36e2bea76fabbbe44cd2dc8bc287bbd02f63caf7 0.21 MB 502 3
908,403 908,403 00000000000000000001bc32587bfa46a74937cea4ecf0ca829eb783f74bc6bf 2.16 MB 1,985 1
908,402 908,402 000000000000000000006f39cd69ff1fd8cc1a46fc6ef7904eae48949d10697b 2.30 MB 2,218 1
908,401 908,401 000000000000000000010a95f3572886af98b1cf877bb031a26efad66808fc29 2.48 MB 2,997 0
908,400 908,400 0000000000000000000222b7554f29d843113c705659aa065524efc9cfa82ec1 1.64 MB 3,033 1
908,399 908,399 000000000000000000008d4719e5a012661735c1440c9bb911baf79f1f8a6682 1.61 MB 2,933 2
908,398 908,398 000000000000000000014d50bb38ca3bd803cb7cab5615578ca9c298bd726aad 1.59 MB 3,262 3
908,397 908,397 000000000000000000020bc6ba40c824f6f0c0f9a8e737032268580b3b973e90 1.59 MB 3,848 2
908,396 908,396 00000000000000000000901fd6fcc8c1b04a24f1046e7bddd27ae43c9889c595 1.59 MB 3,972 4
908,395 908,395 000000000000000000021e68ab9b731bebd044473472f4373ab6c21645d8652a 1.63 MB 3,699 5
908,394 908,394 0000000000000000000109add0ebc1e7aefd4b3c1d746108dc6685562ea4b75a 2.03 MB 1,132 1
908,393 908,393 000000000000000000016ad56fadf28825066be575c3fecf9c8c4ad0fffa0732 1.91 MB 1,519 1
908,392 908,392 00000000000000000000f48fbdc03bb6735ae4bfda7fac6b7cb0909c3c3c14e6 2.13 MB 408 0
908,391 908,391 000000000000000000006397389a19feecba67edc50d1ef0eb4446acbe502f13 2.11 MB 375 0
908,390 908,390 000000000000000000013c9596eb7bfb8a785e4642642a0e2d8f4a2724a0e3e2 2.00 MB 874 0
908,389 908,389 00000000000000000000270e793a32a739a9408b9a9d25fcb4b5c7c5394e9664 0.25 MB 601 2
908,388 908,388 000000000000000000008f75b598e6e4d36006a485d99f6615ae991655ff0eb6 1.29 MB 2,620 2
908,387 908,387 0000000000000000000185ece2471d5ed3f64adc7f17523236857083ee47d21d 2.11 MB 50 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.