Memory Pool Memory Pool Refreshing

4,329 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
907,994 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,811 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,993 (316,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
591,105 591,105 00000000000000000004cfa6f384a28b4b92cf35dd653fa88546f8746c05ca75 1.33 MB 2,091 43
591,104 591,104 00000000000000000018282729462133d115fa8764b8b1e829e2feb436819f12 1.61 MB 1,978 53
591,103 591,103 00000000000000000019439753ad7e7546a805912731a3a1198224a8789f459c 1.27 MB 2,812 52
591,102 591,102 00000000000000000003d3c770de117ebfa8c697473df7422796808c0c0294d2 1.15 MB 1,465 43
591,101 591,101 0000000000000000000e8b81eef8e9e478019a56ce70fabca3a989dba3d2805e 1.20 MB 2,154 68
591,100 591,100 00000000000000000019a53cf4455429daf6bcaf21481df4e5238e7573427aa4 1.11 MB 1,634 86
591,099 591,099 000000000000000000053fb734a712099c54978c9e0f8da4de68cbd6d3e21b45 1.37 MB 2,523 40
591,098 591,098 00000000000000000019f13fe463b31137a7545afbdaf469a4544a6a942ea1b1 1.30 MB 2,906 62
591,097 591,097 000000000000000000113c20f9889f906021e4a5b646f0783b4aadafb60c8e52 1.06 MB 2,631 10
591,096 591,096 0000000000000000001166bc9ecb7c0da8a1eadd69390fbedc95d0da7f87de5c 1.34 MB 2,503 44
591,095 591,095 0000000000000000001391070f69ec6a3a77185782a043869c79b5509f287800 1.37 MB 2,420 39
591,094 591,094 000000000000000000048ca4c534022b0c3b5aa6eceecf6db93421797a0bbca5 1.26 MB 2,386 39
591,093 591,093 000000000000000000156d833576bd557badaf74f844639e068292040fbdba77 1.31 MB 2,749 54
591,092 591,092 0000000000000000000b57a5c8dac11cbb1c222e9b77ebbf406416f11d18fb6e 1.35 MB 2,606 58
591,091 591,091 0000000000000000001a3e2aed947e6928c8217e751e3630df182ff727412ff1 1.15 MB 2,240 14
591,090 591,090 0000000000000000000fa8c2b367b0b312e1bbd390f6850eb3f634c543884cf8 1.32 MB 2,841 55
591,089 591,089 00000000000000000019dca21e1775b9b00d23fca6aeed18eac099824053ad8b 1.46 MB 1,489 23
591,088 591,088 0000000000000000001122a850e08ab4a8b081a97bb5795f39ec8d153169942b 1.29 MB 3,073 60
591,087 591,087 00000000000000000009d304826547cca0896e3ceae94075b33d74655cc306e2 1.20 MB 2,392 32
591,086 591,086 0000000000000000000899f087c742ff23cc5f9cf423f2572764be68917f7e88 1.29 MB 2,773 49
591,085 591,085 00000000000000000012e5fd8f542d0522842bf0a3c732337237f1a215de0000 0.48 MB 515 34
Previous 10 blocks ↓
Total Size: 769.53 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,648.18 GB sent, 95.61 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.