Memory Pool Memory Pool Refreshing

7,294 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,726 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (388,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
519,225 519,225 000000000000000000468d95d3019915838068936ab305d34ea028716a1c5f5b 0.82 MB 1,620 29
519,224 519,224 0000000000000000002bd78250ace43ba089c2c095d496c32aa1fa93e59b7766 1.14 MB 1,674 29
519,223 519,223 0000000000000000001ed23da6a7bb34ac42988037aa930b46319a81ebf7c1e8 0.91 MB 766 4
519,222 519,222 00000000000000000028f16f36356e21f0ebbab166fecfbff3cdf47b964b96dc 1.21 MB 2,539 34
519,221 519,221 000000000000000000331e1d707975864c089957b687ce6abcb76215d61a2efc 0.36 MB 584 28
519,220 519,220 000000000000000000306e7a376fd4a1040b4848bd5802f62125e0df6eeda289 0.16 MB 371 28
519,219 519,219 0000000000000000001700ad5bb36f741c23863ff212c6cdfa564d1b23f1c8fc 0.98 MB 1,711 29
519,218 519,218 0000000000000000003a725b6d507debfe37606fb15dd7c3df68ebb1fc2f3b8e 1.07 MB 2,242 29
519,217 519,217 00000000000000000048f40da8278ae650ff9224e96dac07251cc61494e7474f 0.57 MB 992 23
519,216 519,216 00000000000000000013685dcab244f62e01743b9d56dbe1b653bf0925f40450 0.41 MB 666 7
519,215 519,215 0000000000000000002456e5b84d8fe1040abc71bc04f02648841251b387d49b 1.14 MB 2,038 37
519,214 519,214 000000000000000000010f01933e19182a0d2f3f134bfd6559eff2395436e5ec 0.00 MB 3 9
519,213 519,213 0000000000000000000532c05d5b4a5a581da48cd5a60c70d7317905f6f32de7 1.16 MB 2,345 33
519,212 519,212 00000000000000000033da33ad646e294f8333fe449578ce220a5164bb068c37 0.63 MB 1,244 16
519,211 519,211 00000000000000000017bee6be25b4f98b95896697763e6f097bb63cb97cc07b 1.18 MB 2,389 40
519,210 519,210 0000000000000000003c0d41092271afd0fa08dd2a5bc1343eab59f1c27f3b2b 0.98 MB 1,755 29
519,209 519,209 00000000000000000009c08c8a4689ea223f5c8b96310c51d6b07068e0eea922 0.15 MB 314 36
519,208 519,208 00000000000000000047eb80c9953a79783b0d08be40bfb15eaef3bc02c912c8 0.02 MB 67 17
519,207 519,207 000000000000000000478de7094dfd7884ecadd9350222eb01143fb687b470c8 0.27 MB 634 40
519,206 519,206 0000000000000000000680047c6927794e2502152ff379f6c897dc329aa5ff21 0.23 MB 523 31
519,205 519,205 0000000000000000004934ff6854da4d81a6dafc0f684daf9187649cf384d148 0.04 MB 88 15
Previous 10 blocks ↓
Total Size: 769.03 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,624.84 GB sent, 93.01 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.